See: Description
| Class | Description | 
|---|---|
| AggregatingTypeElementVisitorProcessor | 
 The annotation processed used to execute type element visitors. 
 | 
| 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. 
 | 
| ConfigurationMetadataProcessor | 
 Handles Configuration metadata generation. 
 | 
| 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. | 
| ServiceDescriptionProcessor | Deprecated
 No longer needed and will be removed in a future release 
 | 
| SuperclassAwareTypeVisitor<R,P> | 
 Processes the type and its super classes. 
 | 
| TypeElementVisitorProcessor | 
 The annotation processed used to execute type element visitors. 
 | 
| Exception | Description | 
|---|---|
| PostponeToNextRoundException | 
 Exception to indicate postponing processing to next round. 
 |