Class AbstractAnnotationElement

java.lang.Object
io.micronaut.inject.ast.annotation.AbstractAnnotationElement
All Implemented Interfaces:
AnnotatedElement, AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, Described, Named, MutableAnnotationMetadataDelegate<Element>, Element
Direct Known Subclasses:
AbstractGroovyElement, AbstractJavaElement

@Internal public abstract class AbstractAnnotationElement extends Object implements Element
An abstract element.
Since:
4.0.0
Author:
Denis Stepanov