B C G V

B

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

C

com.google.common.annotations - package com.google.common.annotations
Common annotation types.

G

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

V

VisibleForTesting - Annotation Type in com.google.common.annotations
An annotation that indicates that the visibility of a type or member has been relaxed to make the code testable.

B C G V

Copyright © 2010 Google. All Rights Reserved.