Interface BeanMethod<B,T>

Type Parameters:
B - The bean type
T - The return type
All Superinterfaces:
AnnotationMetadataProvider, AnnotationSource, Executable<B,T>, Named
All Known Implementing Classes:
AbstractBeanMethod, AbstractExecutableBeanMethod

public interface BeanMethod<B,T> extends Executable<B,T>, Named
Represents a method on a BeanIntrospection.

A BeanMethod is created when an accessible method on a class is annotated with io.micronaut.context.annotation.Executable or an annotation stereotype annotated with that annotation

Since:
2.3.0