Package org.slf4j.impl
Class VersionUtil
- java.lang.Object
-
- org.slf4j.impl.VersionUtil
-
public class VersionUtil extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static int
MINIMAL_VERSION
-
Constructor Summary
Constructors Constructor Description VersionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static int
getJavaMajorVersion()
(package private) static int
getJavaMajorVersion(java.lang.String versionString)
-
-
-
Field Detail
-
MINIMAL_VERSION
static final int MINIMAL_VERSION
- See Also:
- Constant Field Values
-
-