public class DefaultVersionInformation extends Object implements VersionInformation
Separated into an interface and this implementation to avoid cyclic dependencies between the processor package and the model package.
| Modifier and Type | Method and Description |
|---|---|
String |
getCompiler() |
String |
getMapStructVersion() |
String |
getRuntimeVendor() |
String |
getRuntimeVersion() |
public String getRuntimeVersion()
getRuntimeVersion in interface VersionInformationpublic String getRuntimeVendor()
getRuntimeVendor in interface VersionInformationpublic String getMapStructVersion()
getMapStructVersion in interface VersionInformationpublic String getCompiler()
getCompiler in interface VersionInformationCopyright © 2012-2015. All Rights Reserved.