Interface BeanAttributes<T>

Type Parameters:
T - the class of the bean instance
All Known Subinterfaces:
Bean<T>, Decorator<T>, Interceptor<T>
All Known Implementing Classes:
AbstractImmutableBean, ImmutableBean, ImmutablePassivationCapableBean, ValidatorBean, ValidatorFactoryBean

public interface BeanAttributes<T>
The BeanAttributes interface exposes the basic attributes of a bean.
Since:
1.1
Author:
Pete Muir