public interface AnnotatedObject
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue |
getAnnotation(ClassDescriptor desc) |
Collection<ClassDescriptor> |
getAnnotationDescriptors() |
Collection<AnnotationValue> |
getAnnotations() |
ClassDescriptor |
getClassDescriptor()
return the ClassDescriptor for the class associated with this object
|
AnnotatedObject |
getContainingScope() |
ElementType |
getElementType() |
boolean |
isSynthetic() |
Collection<ClassDescriptor> getAnnotationDescriptors()
ClassDescriptor getClassDescriptor()
@Nullable AnnotationValue getAnnotation(ClassDescriptor desc)
Collection<AnnotationValue> getAnnotations()
ElementType getElementType()
@CheckForNull AnnotatedObject getContainingScope()
boolean isSynthetic()
Copyright © 2003–2015. All rights reserved.