Uses of Annotation Interface
com.google.errorprone.annotations.FormatMethod
Packages that use FormatMethod
-
Uses of FormatMethod in com.google.errorprone.bugpatterns.threadsafety
Methods in com.google.errorprone.bugpatterns.threadsafety with annotations of type FormatMethodModifier and TypeMethodDescriptionstatic voidIllegalGuardedBy.checkGuardedBy(boolean condition, String formatString, Object... formatArgs) Throws anIllegalGuardedByexception if the given condition is false.