Package com.google.common.annotations

Annotation Types Summary
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.
VisibleForTesting An annotation that indicates that the visibility of a type or member has been relaxed to make the code testable.