public interface ExperimentalAnnotated
extends javax.enterprise.inject.spi.Annotated
Annotated.
See also WELD-1743.| Modifier and Type | Method and Description |
|---|---|
default <T extends Annotation> |
getAnnotationsByType(Class<T> annotationClass)
Equivalent of
AnnotatedElement.getAnnotationsByType(Class). |
default <T extends Annotation> Set<T> getAnnotationsByType(Class<T> annotationClass)
AnnotatedElement.getAnnotationsByType(Class).T - subclass of AnnotationannotationClass - the Class object corresponding to the annotation typeCopyright © 2008-2015. All Rights Reserved.