Package io.micronaut.annotation.processing.visitor
@Internal
package io.micronaut.annotation.processing.visitor
This package contains Visitor pattern elements for Annotation processing.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionAn abstract class for other elements to extend from.A class element returning data from a
TypeElement
.An implementation ofElementFactory
for Java.A method element returning data from aExecutableElement
.The Java native element.The class native element.The method native element.The package native element.The class native element.The variable native element.A package element for Java.The visitor context when visiting Java code.