Package com.google.common.annotations


package com.google.common.annotations
Common annotation types. This package is a part of the open-source Guava libraries.
  • Annotation Types
    Class
    Description
    Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
    The presence of this annotation on a type indicates that the type may be used with the Google Web Toolkit (GWT).
    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.
    Annotates a program element that exists, or is more widely visible than otherwise necessary, only for use in test code.