Uses of Package
com.google.mu.annotations
Packages that use com.google.mu.annotations
Package
Description
Deprecated (requires mug-guava artifact)
BigQuery Client Library (requires mug-bigquery artifact)
Injection-safe SQL template (requires mug-safesql artifact)
Injection-safe template for Cloud Spanner (requires mug-spanner artifact)
StringFormat, Substring, Optionals and more...
-
Classes in com.google.mu.annotations used by com.google.guava.labs.safesqlClassDescriptionAnnotates 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. -
Classes in com.google.mu.annotations used by com.google.mu.bigqueryClassDescriptionAnnotates 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. -
Classes in com.google.mu.annotations used by com.google.mu.safesqlClassDescriptionAnnotates 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. -
Classes in com.google.mu.annotations used by com.google.mu.spannerClassDescriptionAnnotates 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. -
Classes in com.google.mu.annotations used by com.google.mu.utilClassDescriptionAnnotates 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.