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
- Author:
- Graeme Rocher
-
Optional Element Summary
-
Element Details
-
value
String[] value- Returns:
- The key prefixes that should cause this bean to be refreshed
- Default:
- {}
-