public class ManagedBeanAnnotationProcessor extends Object implements org.jboss.as.server.deployment.DeploymentUnitProcessor
jakarta.annotation.ManagedBean annotations.
Note: This processor only supports JSR-316 compliant managed beans. So it will not handle complimentary spec additions (ex. Jakarta Enterprise Beans).| 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.
|
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.DeploymentUnitProcessorphaseContext - the deployment unit contextorg.jboss.as.server.deployment.DeploymentUnitProcessingExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.