java.lang.Object
de.sormuras.bach.project.JavaRelease
public final class JavaRelease extends Object
A specific Java SE release feature number.
- See Also:
Runtime.Version.feature()
-
Constructor Summary
Constructors Constructor Description JavaRelease(int feature) -
Method Summary
Modifier and Type Method Description intfeature()static JavaReleaseof(int feature)static JavaReleaseofRuntime()
-
Constructor Details
-
JavaRelease
public JavaRelease(int feature)
-
-
Method Details