public class CompositeMethodModel.CompositeMethodAnnotatedElement extends Object implements AnnotatedElement
| Constructor and Description |
|---|
CompositeMethodModel.CompositeMethodAnnotatedElement() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
Annotation[] |
getAnnotations() |
<T extends Annotation> |
getAnnotationsByType(Class<T> annotationClass) |
<T extends Annotation> |
getDeclaredAnnotation(Class<T> annotationClass) |
Annotation[] |
getDeclaredAnnotations() |
<T extends Annotation> |
getDeclaredAnnotationsByType(Class<T> annotationClass) |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationClass) |
public CompositeMethodModel.CompositeMethodAnnotatedElement()
public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass)
isAnnotationPresent in interface AnnotatedElementpublic <T extends Annotation> T getAnnotation(Class<T> annotationClass)
getAnnotation in interface AnnotatedElementpublic Annotation[] getAnnotations()
getAnnotations in interface AnnotatedElementpublic Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotatedElementpublic <T extends Annotation> T[] getAnnotationsByType(Class<T> annotationClass)
public <T extends Annotation> T getDeclaredAnnotation(Class<T> annotationClass)
public <T extends Annotation> T[] getDeclaredAnnotationsByType(Class<T> annotationClass)