Uses of Class
com.google.errorprone.annotations.FormatString
Package | Description |
---|---|
com.google.errorprone.bugpatterns.threadsafety |
-
Uses of FormatString in com.google.errorprone.bugpatterns.threadsafety
Method parameters in com.google.errorprone.bugpatterns.threadsafety with annotations of type FormatString Modifier and Type Method Description static void
IllegalGuardedBy. checkGuardedBy(boolean condition, String formatString, Object... formatArgs)
Throws anIllegalGuardedBy
exception if the given condition is false.