Generated by
JDiff

Interface org.springframework.context.SmartLifecycle

Added Methods
int getPhase() Return the phase that this lifecycle object is supposed to run in.
 

Changed Methods
boolean isAutoStartup() Changed from abstract to non-abstract. Returns {@code true} if this {@code Lifecycle} component should get started automatically by the container at the time that the containing ApplicationContext gets refreshed.
void stop(Runnable) Changed from abstract to non-abstract. Indicates that a Lifecycle component must stop if it is currently running.
 

Added Fields
int DEFAULT_PHASE The default phase for {@code SmartLifecycle}: {@code Integer.MAX_VALUE}.