@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface BlockingWorker
Annotate methods with @BlockingWorker to indicate that they
will perform blocking operations. The method will be run
on a Vert.x Blocking Worker thread so the event loop threads
will not be blocked.