Uses of Annotation Interface
com.google.errorprone.annotations.FormatString
Packages that use FormatString
Package
Description
A predicate DSL for matching javac AST nodes.
-
Uses of FormatString in com.google.errorprone.bugpatterns.threadsafety
Method parameters in com.google.errorprone.bugpatterns.threadsafety with annotations of type FormatStringModifier and TypeMethodDescriptionstatic voidIllegalGuardedBy.checkGuardedBy(boolean condition, String formatString, Object... formatArgs) Throws anIllegalGuardedByexception if the given condition is false. -
Uses of FormatString in com.google.errorprone.matchers
Method parameters in com.google.errorprone.matchers with annotations of type FormatStringModifier and TypeMethodDescriptionDescription.Builder.setMessage(String format, Object... args) Set a custom error message for thisDescription.