Interface BeanInfo<T>

Type Parameters:
T - The type of the bean
All Superinterfaces:
AnnotationMetadataProvider, AnnotationSource, ArgumentCoercible<T>
All Known Subinterfaces:
BeanIntrospection<T>, UnsafeBeanInstantiationIntrospection<T>

public interface BeanInfo<T> extends AnnotationMetadataProvider, ArgumentCoercible<T>
Top level interface for obtaining bean information.
Since:
4.0.0