Uses of Package
com.google.common.annotations

Packages that use com.google.common.annotations
com.google.common.annotations Common annotation types. 
com.google.common.base Basic utility libraries and interfaces. 
com.google.common.cache This package contains caching utilities. 
com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. 
com.google.common.eventbus The EventBus allows publish-subscribe-style communication between components without requiring the components to explicitly register with one another (and thus be aware of each other). 
com.google.common.hash Hash functions and related structures. 
com.google.common.io This package contains utility methods and classes for working with Java I/O, for example input streams, output streams, readers, writers, and files. 
com.google.common.math Arithmetic functions operating on primitive values and BigInteger instances. 
com.google.common.net This package contains utility methods and classes for working with net addresses (numeric IP and domain names). 
com.google.common.primitives Static utilities for working with the eight primitive types and void, and value types for treating them as unsigned. 
com.google.common.reflect This package contains utilities to work with Java reflection. 
com.google.common.util.concurrent Concurrency utilities. 
 

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
Beta
          Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
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.cache
Beta
          Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
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
Beta
          Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
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.eventbus
Beta
          Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
 

Classes in com.google.common.annotations used by com.google.common.hash
Beta
          Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
 

Classes in com.google.common.annotations used by com.google.common.io
Beta
          Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
 

Classes in com.google.common.annotations used by com.google.common.math
Beta
          Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
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.net
Beta
          Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
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.primitives
Beta
          Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
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.reflect
Beta
          Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
 

Classes in com.google.common.annotations used by com.google.common.util.concurrent
Beta
          Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
GwtCompatible
          The presence of this annotation on a type indicates that the type may be used with the Google Web Toolkit (GWT).
 



Copyright © 2010-2012. All Rights Reserved.