protected static interface ClassFileVersion.VersionLocator
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ClassFileVersion.VersionLocator.ForJava9CapableVmA version locator for a JVM of at least version 9. | 
| static class  | ClassFileVersion.VersionLocator.ForLegacyVmA version locator for a JVM that does not provide the  jdk.Versionclass. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClassFileVersion | findCurrentVersion()Locates the current VM's major version number. | 
ClassFileVersion findCurrentVersion()
Copyright © 2014–2016. All rights reserved.