Interface DelegatingExecutableMethod<T,R>

Type Parameters:
T - The type
R - The result
All Superinterfaces:
AnnotatedElement, AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, Described, Executable<T,R>, ExecutableMethod<T,R>, MethodReference<T,R>, Named

public interface DelegatingExecutableMethod<T,R> extends ExecutableMethod<T,R>
An interface for ExecutableMethod instances that delegate to an underlying ExecutableMethod.
Since:
1.0
Author:
Graeme Rocher