Class AbstractBindableProxyFactory

  • All Implemented Interfaces:
    Bindable
    Direct Known Subclasses:
    BindableProxyFactory

    public class AbstractBindableProxyFactory
    extends Object
    implements Bindable
    Base class for bindable proxy factories. This class is mainly refactored from the BindableProxyFactory so that other downstream binders who want to bind their own targets can make use of it. Original authors in BindableProxyFactory
    Since:
    3.0.0
    Author:
    Soby Chacko