Class AnnotationIndexUtils
- java.lang.Object
-
- org.jboss.as.server.deployment.annotation.AnnotationIndexUtils
-
public class AnnotationIndexUtils extends Object
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 Constructor Description AnnotationIndexUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<ResourceRoot,org.jboss.jandex.Index>getAnnotationIndexes(DeploymentUnit deploymentUnit)
-
-
-
Method Detail
-
getAnnotationIndexes
public static Map<ResourceRoot,org.jboss.jandex.Index> getAnnotationIndexes(DeploymentUnit deploymentUnit)
-
-