X - public interface ExperimentalAnnotated extends Annotated
Annotated.WELD-1743| Modifier and Type | Method and Description |
|---|---|
default <T extends Annotation> |
getAnnotationsByType(Class<T> annotationClass)
Equivalent of
AnnotatedElement.getAnnotationsByType(Class). |
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentdefault <T extends Annotation> Set<T> getAnnotationsByType(Class<T> annotationClass)
AnnotatedElement.getAnnotationsByType(Class).annotationClass - the Class object corresponding to the annotation typeCopyright © 2014. All Rights Reserved.