JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.google.errorprone.annotations
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.