Class MethodInterceptorChain<T,R>

java.lang.Object
io.micronaut.aop.chain.InterceptorChain<T,R>
io.micronaut.aop.chain.MethodInterceptorChain<T,R>
Type Parameters:
T - type
R - result
All Implemented Interfaces:
InvocationContext<T,R>, MethodInvocationContext<T,R>, AnnotatedElement, AnnotationMetadata, AnnotationMetadataDelegate, AnnotationMetadataProvider, AnnotationSource, AttributeHolder, MutableAttributeHolder, Described, Named, Executable<T,R>, ExecutableMethod<T,R>, MethodReference<T,R>

@Internal public final class MethodInterceptorChain<T,R> extends InterceptorChain<T,R> implements MethodInvocationContext<T,R>
An internal representation of the Interceptor chain. This class implements MethodInvocationContext and is consumed by the framework itself and should not be used directly in application code.
Since:
1.0
Author:
Graeme Rocher