Package com.google.mu.annotations


package com.google.mu.annotations
Annotations used by the ErrorProne plugin

Package Specification

The code is developed and tested under Java 8.0.
  • Annotation Interfaces
    Class
    Description
    Annotates a method that uses a template string and fills the "{placeholder}"s in the template with arguments.
    Used to annotate the template string parameter of a @TemplateFormatMethod method.
    Template methods with this annotation reject raw String template parameters to prevent programmer intention ambiguity, because the programmer may intend to use a string as either an identifier (table/column name) or as a string value.