@Retention(value=CLASS)
@Target(value={TYPE,METHOD,CONSTRUCTOR,FIELD})
@Documented
public @interface GwtIncompatible
This annotation behaves identically to the annotation in GWT itself.
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
Describes why the annotated element is incompatible with GWT.
|
public abstract java.lang.String value
As of Guava 20.0, this value is optional. We encourage authors who wish to describe why an API is to instead leave an implementation comment.