All Classes
-
All Classes Class Summary Exception Summary Class Description AbstractJavaElement An abstract class for other elements to extend from.AggregatingTypeElementVisitorProcessor The annotation processed used to execute type element visitors.AnnotationProcessingOutputVisitor An implementation ofClassWriterOutputVisitor
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 AAnnotationMetadata
for builder for Java to be used at compile time.JavaClassElement A class element returning data from aTypeElement
.JavaConfigurationMetadataBuilder Implementation ofConfigurationMetadataBuilder
for Java.JavaElementFactory An implementation ofElementFactory
for Java.JavaMethodElement A method element returning data from aExecutableElement
.JavaPackageElement A package element for Java.JavaVisitorContext The visitor context when visiting Java code.LoadedVisitor Used to store a reference to an underlyingTypeElementVisitor
and optionally invoke the visit methods on the visitor if it matches the element being visited by the annotation processor.ModelUtils Provides utility method for working with the annotation processor AST.PackageConfigurationInjectProcessor An annotation processor that generatesBeanConfiguration
implementations for each package annotated withConfiguration
.PostponeToNextRoundException Exception to indicate postponing processing to next round.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 theTypeVisitor
interface subclasses can selectively override.ServiceDescriptionProcessor Deprecated. No longer needed and will be removed in a future releaseSuperclassAwareTypeVisitor<R,P> Processes the type and its super classes.TypeElementVisitorProcessor The annotation processed used to execute type element visitors.