Class AbstractBeanMethod<B,T>

java.lang.Object
io.micronaut.core.beans.AbstractBeanMethod<B,T>
Type Parameters:
B - The bean type
T - The return type
All Implemented Interfaces:
AnnotationMetadataProvider, AnnotationSource, BeanMethod<B,T>, Named, Executable<B,T>
Direct Known Subclasses:
AbstractExecutableBeanMethod

@Internal public abstract class AbstractBeanMethod<B,T> extends Object implements BeanMethod<B,T>
Abstract implementation of the BeanMethod interface.
Since:
2.3.0
Author:
graemerocher