See: Description
| Class | Description | 
|---|---|
| AggregatingTypeElementVisitorProcessor | The annotation processed used to execute type element visitors. | 
| AnnotationProcessingOutputVisitor | An implementation of  ClassWriterOutputVisitorfor 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  AnnotationMetadatafor builder for Java to be used at compile time. | 
| JavaConfigurationMetadataBuilder | Implementation of  ConfigurationMetadataBuilderfor Java. | 
| ModelUtils | Provides utility method for working with the annotation processor AST. | 
| PackageConfigurationInjectProcessor | An annotation processor that generates  BeanConfigurationimplementations for
 each package annotated withConfiguration. | 
| 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  TypeVisitorinterface 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. |