@Internal
Package io.micronaut.annotation.processing.visitor
This package contains Visitor pattern elements for Annotation processing.
- Since:
- 1.0
-
Class Summary Class Description AbstractJavaElement An abstract class for other elements to extend from.JavaClassElement A class element returning data from aTypeElement
.JavaElementFactory An implementation ofElementFactory
for Java.JavaMethodElement A method element returning data from aExecutableElement
.JavaPackageElement A package element for Java.JavaVisitorContext The visitor context when visiting Java code.LoadedVisitor Used to store a reference to an underlyingTypeElementVisitor
and optionally invoke the visit methods on the visitor if it matches the element being visited by the annotation processor.