@Retention(value=CLASS)
@Target(value={TYPE,METHOD,CONSTRUCTOR,FIELD})
@Documented
@GwtCompatible
public @interface GwtIncompatible
This annotation behaves identically to the
@GwtIncompatible 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 @GwtIncompatible to instead leave an implementation comment.