Annotation Interface 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
     
  • Element Details

    • value

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