SmartLifecycle.isAutoStartup

Returns {@code true} if this {@code Lifecycle} component should get started automatically by the container at the time that the containing {@link ApplicationContext} gets refreshed. <p>A value of {@code false} indicates that the component is intended to be started through an explicit {@link #start()} call instead, analogous to a plain {@link Lifecycle} implementation. @see #start() @see #getPhase()

interface SmartLifecycle
bool
isAutoStartup
()

Meta