Class BoundTargetHolder


  • public final class BoundTargetHolder
    extends Object
    Holds information about the binding targets exposed by the interface proxy, as well as their status. Refactored from BindableProxyFactory.
    Since:
    3.0.0
    Author:
    Original authors in BindableProxyFactory, Soby Chacko
    • Constructor Detail

      • BoundTargetHolder

        public BoundTargetHolder​(Object boundTarget,
                                 boolean bindable)
    • Method Detail

      • getBoundTarget

        public Object getBoundTarget()
      • isBindable

        public boolean isBindable()