Class DefaultAnnotationMetadata

java.lang.Object
io.micronaut.inject.annotation.DefaultAnnotationMetadata
All Implemented Interfaces:
AnnotationMetadata, AnnotationSource, Cloneable
Direct Known Subclasses:
MutableAnnotationMetadata

@Internal public class DefaultAnnotationMetadata extends Object implements AnnotationMetadata, Cloneable
Default implementation of AnnotationMetadata.

NOTE: Although required to be public This is an internal class and should not be referenced directly in user code

Since:
1.0
Author:
Graeme Rocher