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