Annotation Type FormatMethod
-
@Documented @Retention(RUNTIME) @Target({METHOD,CONSTRUCTOR}) public @interface FormatMethodAnnotation for a method that takes a printf-style format string as an argument followed by arguments for that format string.
@Documented
@Retention(RUNTIME)
@Target({METHOD,CONSTRUCTOR})
public @interface FormatMethod