Interface VersionInformation
- All Known Implementing Classes:
DefaultVersionInformation
public interface VersionInformation
Provides information about the processor version and the processor context implementation version
- Author:
- Andreas Gudian
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanboolean
-
Method Details
-
getRuntimeVersion
String getRuntimeVersion() -
getRuntimeVendor
String getRuntimeVendor() -
getMapStructVersion
String getMapStructVersion() -
getCompiler
String getCompiler() -
isSourceVersionAtLeast9
boolean isSourceVersionAtLeast9() -
isSourceVersionAtLeast11
boolean isSourceVersionAtLeast11() -
isSourceVersionAtLeast19
boolean isSourceVersionAtLeast19() -
isEclipseJDTCompiler
boolean isEclipseJDTCompiler() -
isJavacCompiler
boolean isJavacCompiler()
-