-
- All Implemented Interfaces:
public final class DeprecationKt
-
-
Method Summary
Modifier and Type Method Description final static Deprecation.NotDeprecatednoDeprecation()final static Deprecation.Deprecated.SoftsoftDeprecation(String msg)final static Deprecation.Deprecated.HardhardDeprecation(String msg)-
-
Method Detail
-
noDeprecation
final static Deprecation.NotDeprecated noDeprecation()
-
softDeprecation
final static Deprecation.Deprecated.Soft softDeprecation(String msg)
-
hardDeprecation
final static Deprecation.Deprecated.Hard hardDeprecation(String msg)
-
-
-
-