Package cn.sliew.milky.common.lifecycle
Class LifeCycle.LifeCycleSupportResult
- java.lang.Object
-
- cn.sliew.milky.common.lifecycle.LifeCycle.LifeCycleSupportResult
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringreason()booleansupport()static LifeCycle.LifeCycleSupportResultsupport(String reason)static LifeCycle.LifeCycleSupportResultunsupport(String reason)
-
-
-
Method Detail
-
support
public boolean support()
-
reason
public String reason()
-
support
public static LifeCycle.LifeCycleSupportResult support(String reason)
-
unsupport
public static LifeCycle.LifeCycleSupportResult unsupport(String reason)
-
-