Class AnnotationIndexProcessor
java.lang.Object
org.jboss.as.server.deployment.annotation.AnnotationIndexProcessor
- All Implemented Interfaces:
DeploymentUnitProcessor
Deployment unit processor responsible for creating and attaching an annotation index for a resource root
- Author:
- John E. Bailey, Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddeploy(DeploymentPhaseContext phaseContext) Process this deployment for annotations.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.as.server.deployment.DeploymentUnitProcessor
undeploy
-
Constructor Details
-
AnnotationIndexProcessor
public AnnotationIndexProcessor()
-
-
Method Details
-
deploy
Process this deployment for annotations. This will use an annotation indexer to create an index of all annotations found in this deployment and attach it to the deployment unit context.- Specified by:
deployin interfaceDeploymentUnitProcessor- Parameters:
phaseContext- the deployment unit context- Throws:
DeploymentUnitProcessingException
-