Uses of Annotation Interface
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 TypeClassDescriptionclassImmutable container of "suppression signals" - annotations or other information gathered from source - that can be used to determine if a specificSuppressibleobject 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 TypeClassDescriptionclassSpecifies information about a type which may be a container specified by generic type arguments, e.g.final classA collection of types with known mutability.