Package io.micronaut.annotation.processing
@Internal
package io.micronaut.annotation.processing
This package contains the Annotation processors that power Micronaut. Classes within this package
are considered internal and should not be referenced from application code.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionThe annotation processed used to execute type element visitors.An implementation of
ClassWriterOutputVisitor
for annotation processing.Deprecated, for removal: This API element is subject to removal in a future version.No longer neededThe core annotation processor used to generate bean definitions and power AOP for Micronaut.Handles Configuration metadata generation.Deprecated, for removal: This API element is subject to removal in a future version.No longer neededAAnnotationMetadata
for builder for Java to be used at compile time.Java element annotation metadata factory.The Java native element helper.Provides utility method for working with the annotation processor AST.An annotation processor that generatesBeanConfiguration
implementations for each package annotated withConfiguration
.Exception to indicate postponing processing to next round.Deprecated, for removal: This API element is subject to removal in a future version.No longer usedPublicMethodVisitor<R,P> Deprecated, for removal: This API element is subject to removal in a future version.No longer usedDeprecated, for removal: This API element is subject to removal in a future version.No longer usedThe annotation processed used to execute type element visitors.