@Retention(CLASS)
@Target({TYPE,METHOD,CONSTRUCTOR,FIELD})
@Documented
@GwtCompatible
public @interface GwtIncompatible
This annotation behaves identically to the
@GwtCompatible annotation in GWT itself.
| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String |
value |
Describes why the annotated element is incompatible with GWT.
|
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.