Uses of Class
io.microsphere.lang.Deprecation.Level
-
Packages that use Deprecation.Level Package Description io.microsphere.lang -
-
Uses of Deprecation.Level in io.microsphere.lang
Methods in io.microsphere.lang that return Deprecation.Level Modifier and Type Method Description Deprecation.Level
Deprecation. getLevel()
static Deprecation.Level
Deprecation.Level. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Deprecation.Level[]
Deprecation.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.microsphere.lang with parameters of type Deprecation.Level Modifier and Type Method Description static Deprecation
Deprecation. of(java.lang.String since, java.lang.String replacement, java.lang.String reason, java.lang.String link, Deprecation.Level level)
-