Uses of Annotation Type
com.google.errorprone.annotations.Immutable
Packages that use Immutable
-
Uses of Immutable in com.google.errorprone
Classes in com.google.errorprone with annotations of type ImmutableModifier and TypeClassDescriptionclass
Immutable container of "suppression signals" - annotations or other information gathered from source - that can be used to determine if a specificSuppressible
object should be considered suppressed. -
Uses of Immutable in com.google.errorprone.bugpatterns.threadsafety
Classes in com.google.errorprone.bugpatterns.threadsafety with annotations of type ImmutableModifier and TypeClassDescriptionclass
Specifies information about a type which may be a container specified by generic type arguments, e.g.final class
A collection of types with known mutability.