@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface NeedsTaskEngine
Marker annotation which let's test framework know, that this test needs a running task engine.
For tests marked with this annotation, test framework will automatically start task engine before, and stop after the
test.