public final class AnnotationElement extends SimpleElement implements JavaAnnotationElement
| Constructor and Description |
|---|
AnnotationElement(ProbingEnvironment environment,
Archive archive,
AnnotationMirror annotation) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Element o) |
AnnotationMirror |
getAnnotation() |
API |
getApi() |
Archive |
getArchive() |
TypeEnvironment |
getTypeEnvironment() |
String |
toString() |
getChildren, getDirectChildrenOfType, getFullHumanReadableString, getParent, iterateOverChildren, newChildrenInstance, searchChildren, searchChildren, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetChildren, getFullHumanReadableString, getParent, iterateOverChildren, searchChildren, searchChildren, setParentpublic AnnotationElement(ProbingEnvironment environment, Archive archive, AnnotationMirror annotation)
@Nullable public Archive getArchive()
getArchive in interface Element@Nonnull public AnnotationMirror getAnnotation()
getAnnotation in interface JavaAnnotationElement@Nonnull public TypeEnvironment getTypeEnvironment()
getTypeEnvironment in interface JavaElementpublic int compareTo(@Nonnull Element o)
compareTo in interface Comparable<Element>Copyright © 2015. All Rights Reserved.