Interface MethodInvocationContext<T,R>

Type Parameters:
T - The declaring type
R - The result of the method call
All Superinterfaces:
AnnotatedElement, AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, AttributeHolder, Described, Executable<T,R>, ExecutableMethod<T,R>, InvocationContext<T,R>, MethodReference<T,R>, MutableAttributeHolder, Named
All Known Implementing Classes:
MethodInterceptorChain

public interface MethodInvocationContext<T,R> extends InvocationContext<T,R>, Executable<T,R>, ExecutableMethod<T,R>
Extended version of InvocationContext for MethodInterceptor instances.
Since:
1.0
Author:
Graeme Rocher