Uses of Interface
com.google.errorprone.bugpatterns.threadsafety.ThreadSafetyKnownTypes
Packages that use ThreadSafetyKnownTypes
-
Uses of ThreadSafetyKnownTypes in com.google.errorprone.bugpatterns.threadsafety
Classes in com.google.errorprone.bugpatterns.threadsafety that implement ThreadSafetyKnownTypesModifier and TypeClassDescriptionfinal classA collection of types with known mutability.final classA collection of types with known thread safety.Methods in com.google.errorprone.bugpatterns.threadsafety with parameters of type ThreadSafetyKnownTypesModifier and TypeMethodDescriptionabstract ThreadSafety.BuilderThreadSafety.Builder.knownTypes(ThreadSafetyKnownTypes knownTypes) Information about known types and whether they're known to be safe or unsafe.