See: Description
Class | Description |
---|---|
AnnotationProcessingOutputVisitor |
An implementation of
ClassWriterOutputVisitor for annotation processing. |
AnnotationUtils |
Utility methods for annotations.
|
BeanDefinitionInjectProcessor |
The core annotation processor used to generate bean definitions and power AOP for Micronaut.
|
GenericUtils |
Utility methods for dealing with generic type signatures.
|
JavaAnnotationMetadataBuilder |
A
AnnotationMetadata for builder for Java to be used at compile time. |
JavaConfigurationMetadataBuilder |
Implementation of
ConfigurationMetadataBuilder for Java. |
ModelUtils |
Provides utility method for working with the annotation processor AST.
|
PackageConfigurationInjectProcessor |
An annotation processor that generates
BeanConfiguration implementations for
each package annotated with Configuration . |
PublicAbstractMethodVisitor<R,P> |
Utility visitor that only visits public abstract methods that have not been implemented by the given type.
|
PublicMethodVisitor<R,P> |
An adapter that implements all methods of the
TypeVisitor
interface subclasses can selectively override. |
SuperclassAwareTypeVisitor<R,P> |
Processes the type and its super classes.
|
TypeElementVisitorProcessor |
The annotation processed used to execute type element visitors.
|