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
public final class ClassAnnotationInformation<A extends Annotation,T> extends Object
Class level information about the annotations present on a particular class.- Author:
- Stuart Douglas
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<A>getAnnotationType()List<T>getClassLevelAnnotations()Map<String,List<T>>getFieldLevelAnnotations()Map<org.jboss.invocation.proxy.MethodIdentifier,List<T>>getMethodLevelAnnotations()
-