Package tech.ydb.yoj
Annotation Interface ExperimentalApi
@Target({TYPE,FIELD,METHOD,PARAMETER,ANNOTATION_TYPE})
@Retention(SOURCE)
public @interface ExperimentalApi
Annotates experimental features. These features are not part of the stable YOJ API: they can change incompatibly,
or even disappear entirely in any release.
-
Required Element Summary
Required Elements
-
Element Details
-
issue
String issue- Returns:
- URL of the GitHub issue tracking the experimental API
-