-
@Retention(SOURCE) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE}) @Documented public @interface Unstable
Indicates a Vert.x public API element is subject to change (e.g. type/name modification or removal). Users should work with such API elements for evaluation purpose only.
-
-
Element Detail
-
value
String value
- Returns:
- some details about why the annotated element is considered unstable
- Default:
- ""
-
-