Annotation Type StableMajor


  • @Documented
    @Target(TYPE)
    @StableMajor(version="17",
                 sinceVersion="4")
    public @interface StableMajor
    Indicates the major version range in which the annotated class is stable. StableMajor means that the annotated class will maintain backward compatibility with all builds with the same major version.
    Since:
    4.0.10
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    See Also:
    lumis.portal.stability
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String sinceVersion
      Indicates the first major version of the compatibility range.
      java.lang.String version
      Indicates the most recent major version of the compatibility range.
    • Element Detail

      • sinceVersion

        java.lang.String sinceVersion
        Indicates the first major version of the compatibility range.
        Returns:
        the first major version of the compatibility range.
        Since:
        4.0.10
      • version

        java.lang.String version
        Indicates the most recent major version of the compatibility range.
        Returns:
        the most recent major version of the compatibility range.
        Since:
        4.0.10