Class ForwardingBean<T>

  • Type Parameters:
    T - the class of the bean
    All Implemented Interfaces:
    Contextual<T>, Bean<T>, BeanAttributes<T>

    public abstract class ForwardingBean<T>
    extends Object
    implements Bean<T>
    An implementation of Bean that forwards all calls to the delegate().
    Author:
    Pete Muir