Package | Description |
---|---|
com.google.common.annotations |
Common annotation types.
|
Modifier and Type | Class and Description |
---|---|
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 an API indicates that the method may not be used with
the Google Web Toolkit (GWT).
|
interface |
VisibleForTesting
Annotates a program element that exists, or is more widely visible than otherwise necessary, only
for use in test code.
|