Interface InvocationUtils.Targetable<T>
- 
- Type Parameters:
 T- The original example API type
- Enclosing class:
 - InvocationUtils
 
public static interface InvocationUtils.Targetable<T>Supply a target object instance (i.e. the receiver of any method invocation) 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TandTarget(Object target)Supply a target object instance (i.e. 
 -