Package io.micronaut.spring.context.aop
Annotation Type SpringConfigurationAdvice
-
@Around @Type(SpringConfigurationInterceptor.class) @Documented @Retention(RUNTIME) public @interface SpringConfigurationAdvice
In order to support the semantics ofConfiguration
in Spring. This class creates a subclass of eachConfiguration
so that singletons are honoured if invoked explicitly.- Since:
- 1.0
- See Also:
SpringConfigurationInterceptor