@Documented
@Target(value={TYPE,METHOD,PARAMETER,CONSTRUCTOR,PACKAGE,ANNOTATION_TYPE})
@Retention(value=CLASS)
public @interface Experimental
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
Some optional text description.
|