public class InvocationLoggingDecorator extends Object
| Constructor and Description |
|---|
InvocationLoggingDecorator() |
public static <T> T decorate(Class<T> interfaceType, T target)
T - Type of interface to create proxy forinterfaceType - Type of interface to create proxy fortarget - Invocation target, the implementation of interfaceCopyright © 2013-2015. All Rights Reserved.