Package org.apache.gravitino.annotation
Annotation Interface Stable
@Documented
@Retention(RUNTIME)
@Target({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).
-
Required Element Summary
Required Elements
-
Element Details
-
since
String since- Returns:
- The version when the API was first marked stable.
-