public class VersionUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
MICRONAUT_VERSION
The current version of Micronaut.
|
Constructor and Description |
---|
VersionUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isAtLeastMicronautVersion(String requiredVersion)
Return whether the current version of Micronaut is at least the given version using semantic rules.
|
public static final String MICRONAUT_VERSION
public static boolean isAtLeastMicronautVersion(String requiredVersion)
requiredVersion
- The required version