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