Annotation Interface TemplateString


@Documented @Target(PARAMETER) public @interface TemplateString
Used to annotate the template string parameter of a @TemplateFormatMethod method.

IMPORTANT: the template string uses named placeholders like "{foo}", not "%s". Using "%s" in the place of a "{placeholder}" will cause compilation errors.

Since:
8.0