public class InvocationLogger
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
Modifier and Type | Field and Description |
---|---|
protected LoggerNotification |
notifier |
Constructor and Description |
---|
InvocationLogger(java.lang.Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |
static <T> T |
newInstance(java.lang.Class<T> clazz) |
protected final LoggerNotification notifier