X - public interface ExperimentalAnnotated
extends javax.enterprise.inject.spi.Annotated
Annotated.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).annotationClass - the Class object corresponding to the annotation typeCopyright © 2008-2014. All Rights Reserved.