Package org.jboss.as.ee.metadata
Class ClassAnnotationInformation<A extends Annotation,T>
java.lang.Object
org.jboss.as.ee.metadata.ClassAnnotationInformation<A,T>
- Type Parameters:
A- The annotation typeT- The data type that is used to store the annotation information internally
Class level information about the annotations present on a particular class.
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getAnnotationType
-
getClassLevelAnnotations
-
getFieldLevelAnnotations
-
getMethodLevelAnnotations
-