Annotation Type 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
    See Also:
    SpringConfigurationInterceptor