Class AnnotationIndexUtils
java.lang.Object
org.jboss.as.server.deployment.annotation.AnnotationIndexUtils
Utility class that allows easy access to all annotation Indexes in a deployment.
Note that this will not resolve indexes from Class-Path entries
- Author:
- Stuart Douglas, Ales Justin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Map<ResourceRoot,org.jboss.jandex.Index> getAnnotationIndexes(DeploymentUnit deploymentUnit)
-
Constructor Details
-
AnnotationIndexUtils
public AnnotationIndexUtils()
-
-
Method Details
-
getAnnotationIndexes
public static Map<ResourceRoot,org.jboss.jandex.Index> getAnnotationIndexes(DeploymentUnit deploymentUnit)
-