|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Target(value=TYPE) @StableMajor(version="6", 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 | |
---|---|
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 |
---|
public abstract java.lang.String sinceVersion
public abstract java.lang.String version
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |