Annotation Interface ExecutedOnUIThread


@Retention(SOURCE) @Target(METHOD) public @interface ExecutedOnUIThread
Annotation for method that operates on UI thread and can change shared UI state. Used as documentation annotation.