Annotation Type Refreshable


  • @ScopedProxy
    @Documented
    @Retention(RUNTIME)
    @Target({TYPE,METHOD})
    @Type(RefreshInterceptor.class)
    @Bean
    @Scope
    public @interface Refreshable

    A custom scope that allows target beans to be refreshed.

    Since:
    1.0
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value  
    • Element Detail

      • value

        java.lang.String[] value
        Returns:
        The key prefixes that should cause this bean to be refreshed
        Default:
        {}