Class AbstractBeanConstructor<T>

java.lang.Object
io.micronaut.core.beans.AbstractBeanConstructor<T>
Type Parameters:
T - The bean type
All Implemented Interfaces:
AnnotationMetadataProvider, AnnotationSource, BeanConstructor<T>, Described
Direct Known Subclasses:
AbstractBeanDefinitionBeanConstructor

public abstract class AbstractBeanConstructor<T> extends Object implements BeanConstructor<T>
Abstract implementation of the BeanConstructor interface.
Since:
3.0.0
Author:
graemerocher