Interface BeanAttributes<T>

  • Type Parameters:
    T - the class of the bean instance
    All Known Subinterfaces:
    Bean<T>, Decorator<T>, Interceptor<T>

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