@Internal
Package io.micronaut.aop.chain
The interception chain for AOP.
- Since:
- 1.0
-
Class Summary Class Description ConstructorInterceptorChain<T> Implementation ofInvocationContext
for constructor interception.DefaultInterceptorRegistry Default implementation of the interceptor registry interface.InterceptorChain<B,R> An internal representation of theInterceptor
chain.MethodInterceptorChain<T,R> An internal representation of theInterceptor
chain.