spring-framework / org.springframework.context / Phased

Phased

interface Phased

Interface for objects that may participate in a phased process such as lifecycle management.

Author
Mark Fisher

Since
3.0

See Also
SmartLifecycle

Functions

getPhase

abstract fun getPhase(): Int

Return the phase value of this object.