@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER})
public static @interface Engine.Core
Guice annotation for the core Engine. Annotate a Guice injected Engine field with this annotation to
inject the core engine. The core engine invokes Q commands literally.