@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) public @interface UseTemplateEngine
TemplateEngine class to render SQL for the
annotated SQL object class or method. The given TemplateEngine class
must have a public constructor with any of the following signatures:
| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends TemplateEngine> |
value
Specify the TemplateEngine class to use.
|
public abstract Class<? extends TemplateEngine> value
Copyright © 2019. All rights reserved.