public interface EvaluatedDeclaration extends EvaluatedType
Modifier and Type | Method and Description |
---|---|
<T extends java.lang.annotation.Annotation> |
annotation(java.lang.Class<T> annotationType) |
java.util.List<java.lang.annotation.Annotation> |
annotations()
Return the annotations on this declaration.
|
java.lang.reflect.AnnotatedElement |
element() |
int |
modifiers() |
accept, isImmutable, name
<T extends java.lang.annotation.Annotation> T annotation(java.lang.Class<T> annotationType)
java.util.List<java.lang.annotation.Annotation> annotations()
int modifiers()
java.lang.reflect.AnnotatedElement element()