|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=TYPE) @StableMajor(version="4", 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.
lumis.portal.stability
Required Element Summary | |
---|---|
String |
sinceVersion
Indicates the first minor version of the compatibility range. |
String |
version
Indicates the most recent minor version of the compatibility range. |
Element Detail |
---|
public abstract String sinceVersion
public abstract String version
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |