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, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getChildren, getFullHumanReadableString, getParent, iterateOverChildren, searchChildren, searchChildren, setParent
public 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 JavaElement
public int compareTo(@Nonnull Element o)
compareTo
in interface Comparable<Element>
Copyright © 2014. All rights reserved.