@Retention(value=RUNTIME) @Target(value={FIELD,PARAMETER}) public @interface EventQueue
RunQueue. Code
that requires the ability to post runnables for execution on the event dispatcher thread can
inject this queue like so:
@Inject @EventQueue RunQueue _dobjq;Copyright © 2015. All rights reserved.