Package software.amazon.jsii
Annotation Interface Stability
@Documented
@Retention(SOURCE)
@Target({CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
public @interface Stability
Documents the stability of an API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStability level of an API, similar to the Node.js stability index. -
Required Element Summary
Required Elements
-
Element Details
-
value
Stability.Level value- Returns:
- The stability level of the annotated API.
-