Uses of Class
com.google.common.annotations.GwtCompatible

Uses of GwtCompatible in com.google.common.annotations
 

Classes in com.google.common.annotations with annotations of type GwtCompatible
 interface Beta
          Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
 interface GwtCompatible
          The presence of this annotation on a type indicates that the type may be used with the Google Web Toolkit (GWT).
 interface GwtIncompatible
          The presence of this annotation on a method indicates that the method may not be used with the Google Web Toolkit (GWT), even though its type is annotated as GwtCompatible and accessible in GWT.
 interface VisibleForTesting
          An annotation that indicates that the visibility of a type or member has been relaxed to make the code testable.
 



Copyright © 2010 Google. All Rights Reserved.