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
-
Method Details
-
andTarget
Supply a target object instance (i.e. the receiver of any method invocation)- Parameters:
target
- The target object instance- Returns:
- The proxy instance implementing the original API
-