@Retention(value=CLASS)
@Target(value={TYPE,METHOD,CONSTRUCTOR,FIELD})
@Documented
public @interface GwtIncompatible
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
An attribute that can be used to explain why the code is incompatible.
|