public interface AnnotatedObject
Modifier and Type | Method and Description |
---|---|
AnnotationValue |
getAnnotation(ClassDescriptor desc) |
java.util.Collection<ClassDescriptor> |
getAnnotationDescriptors() |
java.util.Collection<AnnotationValue> |
getAnnotations() |
ClassDescriptor |
getClassDescriptor()
return the ClassDescriptor for the class associated with this object
|
AnnotatedObject |
getContainingScope() |
java.lang.annotation.ElementType |
getElementType() |
boolean |
isSynthetic() |
java.util.Collection<ClassDescriptor> getAnnotationDescriptors()
ClassDescriptor getClassDescriptor()
@Nullable AnnotationValue getAnnotation(ClassDescriptor desc)
java.util.Collection<AnnotationValue> getAnnotations()
java.lang.annotation.ElementType getElementType()
@CheckForNull AnnotatedObject getContainingScope()
boolean isSynthetic()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.