org.kt3k.straw.annotation
Annotation Type RunOnUiThread


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface RunOnUiThread

Annotation for action methods to indicate that the method run on UiThread (main thread) This is useful for ui manipulation plugins