| Interface | Description |
|---|---|
| AnnotationProcessor<A extends java.lang.annotation.Annotation> |
Interface for processors that handle annotations attached to Java declarations.
|
| ClassVisitor |
Interface to a service that walks a Java class and updates the implementation definition based on annotations found.
|
| PolicyAnnotationProcessor |
Parses intent and policy set annotations (i.e.
|
| Class | Description |
|---|---|
| AbstractAnnotationProcessor<A extends java.lang.annotation.Annotation> |
Abstract base class for annotation processors that provides default implementations of the interface methods that simply return.
|
| AmbiguousConstructor |