@Documented
@Retention(value=CLASS)
@Target(value={TYPE,METHOD,PARAMETER,ANNOTATION_TYPE})
public @interface Incubating
Keep or add a matching proguard rule.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
Marker to indicate the name of the feature, in which this annotated elements belongs to.
|