com.google.common.annotations
@Retention(value=CLASS) @Target(value={TYPE,METHOD,CONSTRUCTOR,FIELD}) @Documented @GwtCompatible public @interface GwtIncompatible
GwtCompatible
and accessible in
GWT. They can cause GWT compilation errors or simply unexpected exceptions
when used in GWT.
Note that this annotation should only be applied to methods, fields, or
inner classes of types which are annotated as GwtCompatible
.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Describes why the annotated element is incompatible with GWT.
|
public abstract java.lang.String value