@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface FormatMethod
If this annotation is attached to a
Formatter.format like
method, the framework checks that the parameters passed as var-args are
compatible with the format string.