Interface BeanDefinitionMethodReference<T,R>

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

@Internal public interface BeanDefinitionMethodReference<T,R> extends ExecutableMethod<T,R>
An interface for a ExecutableMethod that is associated with a BeanDefinitionReference.
Since:
1.0
Author:
graemerocher