Package com.google.mu.annotations
Annotation 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