Class LoggingInvocationHandler

java.lang.Object
com.helger.commons.lang.proxy.LoggingInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class LoggingInvocationHandler extends Object implements InvocationHandler
  • Field Details

    • DEFAULT_PROXY_RETURN_VALUES

      public static final boolean DEFAULT_PROXY_RETURN_VALUES
      See Also:
  • Constructor Details

    • LoggingInvocationHandler

      public LoggingInvocationHandler(@Nonnull Object aActualTarget)
  • Method Details