@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Task
This annotation marks method as a logical part of pipeline. Every metric captured
during method execution will be reported to Databand. Nested methods, not annotated as @Task
will treated as the same method.