Package lumis.portal.stability
Annotation Type StableMinor
-
@Documented @Target(TYPE) @StableMajor(version="15", sinceVersion="4") public @interface StableMinor
Indicates the minor version range in which the annotated class is stable. StableMinor means that the annotated class will maintain backward compatibility with all builds with the same minor version.- Since:
- 4.0.10
- Version:
- $Revision: 25303 $ $Date: 2022-10-22 22:48:02 -0300 (Sat, 22 Oct 2022) $
- See Also:
lumis.portal.stability
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
sinceVersion
Indicates the first minor version of the compatibility range.java.lang.String
version
Indicates the most recent minor version of the compatibility range.
-