@Retention(value=SOURCE)
@Target(value={ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
@Documented
public @interface ExperimentalApi
Usage guidelines:
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
Context information such as links to discussion thread, tracking issue etc.
|