Annotation Type GwtCompatible
The presence of this annotation on a type indicates that the type may be used with GWT or J2CL.
Note that a GwtCompatible
type may have some GwtIncompatible
methods.
- Author:
- Charles Fry, Hayward Chan
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
Whentrue
, the annotated type is emulated in GWT.boolean
Obsolete; formerly used to indicate when a value was GWT serializable back before Guava dropped support for GWT serialization.
-
Element Details
-
serializable
boolean serializableObsolete; formerly used to indicate when a value was GWT serializable back before Guava dropped support for GWT serialization.- See Also:
- Default:
false
-
emulated
boolean emulatedWhentrue
, the annotated type is emulated in GWT. The emulated source (also known as super-source) is different from the implementation used by the JVM.- See Also:
- Default:
false
-