lumis.portal.stability
Annotation Type StableMinor


@Documented
@Target(value=TYPE)
@StableMajor(version="6",
             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
See Also:
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

sinceVersion

public abstract String sinceVersion
Indicates the first minor version of the compatibility range.

Returns:
the first minor version of the compatibility range.
Since:
4.0.10

version

public abstract String version
Indicates the most recent minor version of the compatibility range.

Returns:
the most recent minor version of the compatibility range.
Since:
4.0.10


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.