javadoc.com.google.common.annotations.package-summary.html Maven / Gradle / Ivy
The newest version!
com.google.common.annotations (Guava: Google Core Libraries for Java 11.0.1 API)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV PACKAGE
NEXT PACKAGE
FRAMES
NO FRAMES
Package com.google.common.annotations
Common annotation types.
See:
Description
Annotation Types Summary
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.
VisibleForTesting
An annotation that indicates that the visibility of a type or member has
been relaxed to make the code testable.
Package com.google.common.annotations Description
Common annotation types. This package is a part of the open-source
Guava libraries.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV PACKAGE
NEXT PACKAGE
FRAMES
NO FRAMES
Copyright © 2010-2012. All Rights Reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy