Class AbstractBeanIntrospection<T>

java.lang.Object
io.micronaut.core.beans.AbstractBeanIntrospection<T>
Type Parameters:
T - The generic type
All Implemented Interfaces:
AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, BeanInfo<T>, BeanIntrospection<T>, ArgumentCoercible<T>

@Internal public abstract class AbstractBeanIntrospection<T> extends Object implements BeanIntrospection<T>
Abstract implementation of the BeanIntrospection interface. This class is subclasses at compilation time by generated byte code and should not be used directly.
Since:
1.1
Author:
graemerocher