Uses of Package
com.google.common.annotations

Packages that use com.google.common.annotations
com.google.common.annotations   
com.google.common.base Miscellaneous common util classes and annotations. 
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
com.google.common.primitives   
 

Classes in com.google.common.annotations used by com.google.common.annotations
GwtCompatible
          The presence of this annotation on a type indicates that the type may be used with the Google Web Toolkit (GWT).
 

Classes in com.google.common.annotations used by com.google.common.base
GwtCompatible
          The presence of this annotation on a type indicates that the type may be used with the Google Web Toolkit (GWT).
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.
 

Classes in com.google.common.annotations used by com.google.common.collect
GwtCompatible
          The presence of this annotation on a type indicates that the type may be used with the Google Web Toolkit (GWT).
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.
 

Classes in com.google.common.annotations used by com.google.common.primitives
GwtCompatible
          The presence of this annotation on a type indicates that the type may be used with the Google Web Toolkit (GWT).
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.