Interface AnnotationElement

  • All Superinterfaces:
    io.micronaut.core.annotation.AnnotatedElement, io.micronaut.core.annotation.AnnotationMetadata, io.micronaut.core.annotation.AnnotationMetadataDelegate, io.micronaut.core.annotation.AnnotationMetadataProvider, io.micronaut.core.annotation.AnnotationSource, ClassElement, io.micronaut.core.naming.Described, Element, io.micronaut.core.naming.Named, TypedElement

    public interface AnnotationElement
    extends ClassElement
    Represents an annotation in the AST.
    Since:
    3.1.0
    See Also:
    VisitorContext.getClassElement(String)