Uses of Annotation Interface
com.google.common.annotations.GwtCompatible
Packages that use GwtCompatible
-
Uses of GwtCompatible in com.google.common.annotations
Classes in com.google.common.annotations with annotations of type GwtCompatibleModifier and TypeClassDescription@interfaceSignifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.@interfaceThe presence of this annotation on a type indicates that the type may be used with the Google Web Toolkit (GWT).@interfaceThe presence of this annotation on an API indicates that the method may not be used with the Google Web Toolkit (GWT).@interfaceThe presence of this annotation on an API indicates that the method may not be used with J2kt.@interfaceAnnotates a program element that exists, or is more widely visible than otherwise necessary, only for use in test code.