Annotation Interface UiController


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface UiController
Indicates that the annotated class is a screen or fragment controller. The annotated class must be a direct or indirect subclass of Screen.
See Also: