See: Description
Class | Description |
---|---|
AbstractJavaElement |
An abstract class for other elements to extend from.
|
JavaClassElement |
A class element returning data from a
TypeElement . |
JavaVisitorContext |
The visitor context when visiting Java code.
|
LoadedVisitor |
Used to store a reference to an underlying
TypeElementVisitor and
optionally invoke the visit methods on the visitor if it matches the
element being visited by the annotation processor. |
Enum | Description |
---|---|
JavaPrimitiveElement |
A primitive type element.
|