See: Description
| Interface | Description |
|---|---|
| AnnotationVisitor |
This interface specifies the methods for a visitor of
Annotation objects. |
| ElementValueVisitor |
This interface specifies the methods for a visitor of
ElementValue
objects. |
| TypeAnnotationVisitor |
This interface specifies the methods for a visitor of
TypeAnnotation instances.
|
| TypePathInfoVisitor |
This interface specifies the methods for a visitor of
TypePathInfo instances.
|
| Class | Description |
|---|---|
| AllAnnotationVisitor |
This AttributeVisitor lets a given AnnotationVisitor visit all Annotation
objects of the attributes it visits.
|
| AllElementValueVisitor |
This AttributeVisitor and AnnotationVisitor lets a given ElementValueVisitor
visit all ElementValue objects of the attributes or annotations that it
visits.
|
| AnnotatedClassVisitor |
This AnnotationVisitor delegates all visits to a given ClassVisitor.
|
| AnnotationToMemberVisitor |
This AnnotationVisitor delegates all visits to a given MemberVisitor.
|
| AnnotationTypeFilter |
This
AnnotationVisitor delegates its visits to another given
AnnotationVisitor, but only when the visited annotation has
a type that matches a given regular expression. |
Copyright © 2015. All Rights Reserved.