A - The annotation typeT - The data type that is used to store the annotation information internallypublic final class ClassAnnotationInformation<A extends Annotation,T> extends Object
| Modifier and Type | Method and Description |
|---|---|
Class<A> |
getAnnotationType() |
List<T> |
getClassLevelAnnotations() |
Map<String,List<T>> |
getFieldLevelAnnotations() |
Map<org.jboss.invocation.proxy.MethodIdentifier,List<T>> |
getMethodLevelAnnotations() |
Copyright © 2022 JBoss by Red Hat. All rights reserved.