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 Detail

      • getRuntimeVersion

        String getRuntimeVersion()
      • getRuntimeVendor

        String getRuntimeVendor()
      • getMapStructVersion

        String getMapStructVersion()
      • getCompiler

        String getCompiler()
      • isSourceVersionAtLeast9

        boolean isSourceVersionAtLeast9()
      • isEclipseJDTCompiler

        boolean isEclipseJDTCompiler()
      • isJavacCompiler

        boolean isJavacCompiler()