批注接口 RestartScope
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Documented
@Scope("restart")
public @interface RestartScope
Restart
@Scope
Annotation used to indicate that a bean should remain between
restarts.- 从以下版本开始:
- 1.3.0
- 作者:
- Phillip Webb
- 另请参阅: