public class ManagedBeanAnnotationProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
javax.annotation.ManagedBean
annotations.
Note: This processor only supports JSR-316 compliant managed beans. So it will not handle complimentary spec additions (ex. EJB).Constructor and Description |
---|
ManagedBeanAnnotationProcessor() |
Modifier and Type | Method and Description |
---|---|
void |
deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext)
Check the deployment annotation index for all classes with the @ManagedBean annotation.
|
void |
undeploy(org.jboss.as.server.deployment.DeploymentUnit context) |
public void deploy(org.jboss.as.server.deployment.DeploymentPhaseContext phaseContext) throws org.jboss.as.server.deployment.DeploymentUnitProcessingException
deploy
in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
phaseContext
- the deployment unit contextorg.jboss.as.server.deployment.DeploymentUnitProcessingException
public void undeploy(org.jboss.as.server.deployment.DeploymentUnit context)
undeploy
in interface org.jboss.as.server.deployment.DeploymentUnitProcessor
Copyright © 2016 JBoss by Red Hat. All rights reserved.