Package io.micronaut.aop
Annotation Interface AroundConstruct
@Documented
@Retention(RUNTIME)
@Target(ANNOTATION_TYPE)
@InterceptorBinding(kind=AROUND_CONSTRUCT)
public @interface AroundConstruct
Allows intercepting the bean constructor.
- Since:
- 3.0.0
- Author:
- graemerocher