Interface MethodExecutionHandle<T,R>

Type Parameters:
T - The target type
R - The result type
All Superinterfaces:
AnnotatedElement, AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, ExecutionHandle<T,R>, MethodReference<T,R>, Named
All Known Subinterfaces:
MethodBasedRouteMatch<T,R>, UriRouteMatch<T,R>

public interface MethodExecutionHandle<T,R> extends ExecutionHandle<T,R>, MethodReference<T,R>
Represents an execution handle that invokes a method.
Since:
1.0
Author:
Graeme Rocher