mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Polishing
This commit is contained in:
@@ -52,8 +52,8 @@ public interface Lifecycle {
|
||||
/**
|
||||
* Start this component.
|
||||
* <p>Should not throw an exception if the component is already running.
|
||||
* <p>In the case of a container, this will propagate the start signal to all
|
||||
* components that apply.
|
||||
* <p>In the case of a container, this will propagate a hard start signal to all
|
||||
* components that apply, even to non-auto-startup components.
|
||||
* @see SmartLifecycle#isAutoStartup()
|
||||
*/
|
||||
void start();
|
||||
|
||||
Reference in New Issue
Block a user