@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) public @interface MainInvoker
Invoker. Code that requires the ability
to post units for execution on the main invoker thread can inject this queue like so:
@Inject @MainInvoker Invoker _invoker;Copyright © 2015. All rights reserved.