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