lumis.portal.stability
Annotation Type StableMajor


@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.

Since:
4.0.10
See Also:
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

sinceVersion

public abstract 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

public abstract 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


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.