See: Description
| Interface | Description |
|---|---|
| TypeImporter |
This interface allows a code generator to import the referenced types.
|
| Class | Description |
|---|---|
| ProcessingUtility |
This class provides useful methods for annotation processing.
|
| ProcessingUtility.AnnotationValueVisitor |
Important: Do not call
AbstractAnnotationValueVisitor6.visit(javax.lang.model.element.AnnotationValue) as this passes null as the visitor-specified parameter instead of a type importer. |
| ProcessingUtility.QualifiedNameTypeVisitor |
This type visitor returns the qualified name of the given type without generic parameters.
|
| ProcessingUtility.SimpleNameTypeVisitor |
This type visitor returns the simple name of the given type without generic parameters.
|
| StaticProcessingEnvironment |
This class provides the environment for annotation processing.
|
Copyright © 2017. All rights reserved.