JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
com.google.errorprone.annotations
FormatMethod
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Annotation Interface FormatMethod
@Documented
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
CONSTRUCTOR
})
public @interface
FormatMethod
Annotation for a method that takes a printf-style format string as an argument followed by arguments for that format string.