Interface BeanInfo<T>

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

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