@Documented
@Retention(value=RUNTIME)
@Target(value={PACKAGE,CONSTRUCTOR,METHOD,TYPE,FIELD})
public @interface Stable
APIs that can evolve while retaining compatibility for feature releases (0.5.0 to 0.6.0). The
compatibility can be broken only in major releases (1.x to 2.x).