Class AbstractMutableAnnotationMetadata<R>

java.lang.Object
io.micronaut.inject.ast.annotation.AbstractMutableAnnotationMetadata<R>
Type Parameters:
R - The return type
All Implemented Interfaces:
AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, MutableAnnotationMetadataDelegate<R>
Direct Known Subclasses:
AbstractElementAnnotationMetadata

@Internal public abstract class AbstractMutableAnnotationMetadata<R> extends Object implements MutableAnnotationMetadataDelegate<R>
Mutable annotation metadata provider.
Since:
4.0.0
Author:
Denis Stepanov