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