Class AbstractDelegator<T>

  • Type Parameters:
    T - Type of delegate
    All Implemented Interfaces:
    Delegator<T>

    @Beta
    @NonNullByDefault
    public abstract class AbstractDelegator<T>
    extends Object
    implements Delegator<T>
    Simple base class for classes which wish to implement Delegator interface and are not otherwise constrained in their class hierarchy.