Uses of Package
com.google.errorprone.annotations
-
Packages that use com.google.errorprone.annotations Package Description com.google.common.base Basic utility libraries and interfaces.com.google.common.cache This package contains caching utilities.com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.com.google.common.escape Interfaces, utilities, and simple implementations of escapers and encoders.com.google.common.graph An API for representing graph (node and edge) data.com.google.common.hash Hash functions and related structures.com.google.common.io This package contains utility methods and classes for working with Java I/O; for example input streams, output streams, readers, writers, and files.com.google.common.net This package contains utility methods and classes for working with net addresses (numeric IP and domain names).com.google.common.primitives Static utilities for working with the eight primitive types andvoid
, and value types for treating them as unsigned.com.google.common.reflect This package contains utilities to work with Java reflection.com.google.common.util.concurrent Concurrency utilities. -
Classes in com.google.errorprone.annotations used by com.google.common.base Class Description CanIgnoreReturnValue Indicates that the return value of the annotated method can be safely ignored.DoNotMock Annotation representing a type that should not be mocked.ForOverride Indicates that the annotated method is provided only to be overridden: it should not be invoked from outside its declaring source file (as if it isprivate
), and overriding methods should not be directly invoked at all. -
Classes in com.google.errorprone.annotations used by com.google.common.cache Class Description CheckReturnValue Indicates that the return value of the annotated method must be checked.CompatibleWith Declares that a parameter to a method must be "compatible with" one of the type parameters in the method's enclosing class, or on the method itself.DoNotMock Annotation representing a type that should not be mocked. -
Classes in com.google.errorprone.annotations used by com.google.common.collect Class Description CanIgnoreReturnValue Indicates that the return value of the annotated method can be safely ignored.CompatibleWith Declares that a parameter to a method must be "compatible with" one of the type parameters in the method's enclosing class, or on the method itself.DoNotCall The method to which this annotation is applied cannot be called.DoNotMock Annotation representing a type that should not be mocked.Immutable The class to which this annotation is applied is immutable. -
Classes in com.google.errorprone.annotations used by com.google.common.escape Class Description CanIgnoreReturnValue Indicates that the return value of the annotated method can be safely ignored.DoNotMock Annotation representing a type that should not be mocked. -
Classes in com.google.errorprone.annotations used by com.google.common.graph Class Description CanIgnoreReturnValue Indicates that the return value of the annotated method can be safely ignored.DoNotMock Annotation representing a type that should not be mocked.Immutable The class to which this annotation is applied is immutable. -
Classes in com.google.errorprone.annotations used by com.google.common.hash Class Description CanIgnoreReturnValue Indicates that the return value of the annotated method can be safely ignored.DoNotMock Annotation representing a type that should not be mocked.Immutable The class to which this annotation is applied is immutable. -
Classes in com.google.errorprone.annotations used by com.google.common.io Class Description CanIgnoreReturnValue Indicates that the return value of the annotated method can be safely ignored.DoNotMock Annotation representing a type that should not be mocked.MustBeClosed Annotation for constructors of AutoCloseables or methods that return an AutoCloseable and require that the resource is closed. -
Classes in com.google.errorprone.annotations used by com.google.common.net Class Description Immutable The class to which this annotation is applied is immutable. -
Classes in com.google.errorprone.annotations used by com.google.common.primitives Class Description CanIgnoreReturnValue Indicates that the return value of the annotated method can be safely ignored.CheckReturnValue Indicates that the return value of the annotated method must be checked.Immutable The class to which this annotation is applied is immutable. -
Classes in com.google.errorprone.annotations used by com.google.common.reflect Class Description CanIgnoreReturnValue Indicates that the return value of the annotated method can be safely ignored.DoNotMock Annotation representing a type that should not be mocked. -
Classes in com.google.errorprone.annotations used by com.google.common.util.concurrent Class Description CanIgnoreReturnValue Indicates that the return value of the annotated method can be safely ignored.CheckReturnValue Indicates that the return value of the annotated method must be checked.DoNotMock Annotation representing a type that should not be mocked.ForOverride Indicates that the annotated method is provided only to be overridden: it should not be invoked from outside its declaring source file (as if it isprivate
), and overriding methods should not be directly invoked at all.