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.