Uses of Class
io.microsphere.spring.core.SpringVersion
-
Packages that use SpringVersion Package Description io.microsphere.spring.core -
-
Uses of SpringVersion in io.microsphere.spring.core
Methods in io.microsphere.spring.core that return SpringVersion Modifier and Type Method Description static SpringVersion
SpringVersion. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SpringVersion[]
SpringVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-