public static interface ReflectionUtil.IDecorator<T,I>
| Modifier and Type | Method and Description |
|---|---|
I |
get() |
ReflectionUtil.IDecorator<T,I> |
newInstance() |
void |
setDelegate(T delegate) |
ReflectionUtil.IDecorator<T,I> newInstance()
void setDelegate(T delegate)
I get()