public interface InvocationTargetProvider
Provides an invocation target object.
- Since:
- 5.0
- Author:
- Mark Paluch
- See Also:
MethodInterceptor
-
Method Summary
Modifier and Type Method Description ObjectgetInvocationTarget()
-
Method Details
-
getInvocationTarget
Object getInvocationTarget()- Returns:
- the invocation target.
-