@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public static @interface Engine.Templated
Guice annotation for the templated Engine. Annotate a Guice injected Engine field with this annotation to
inject the template engine. The template engine applies engine templates before invoking the Q commands.