Class WrappingProxyFactory


  • public final class WrappingProxyFactory
    extends Object
    Wraps an object that is specified by an interface, so that all objects of a specific type are wrapped using a WrapperFactory. Note that only return values of annotated (using Wrap) methods are wrapped.
    Author:
    Hendrik Schreiber
    See Also:
    WrapperFactory
    • Constructor Detail

      • WrappingProxyFactory

        public WrappingProxyFactory()