Annotation Interface 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.- Since:
- 1.3.0
- Author:
- Phillip Webb
- See Also: