@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public static @interface HdmiAnnotations.IoThreadOnly
Annotation type to used to mark a method which should be run on io thread.
This annotation should go with assertRunOnIoThread
used to verify
whether it's called from io thread.