@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
public @interface UiDescriptor
UiController
is linked to an XML template.
The annotated class must be a direct or indirect subclass of either Screen
or ScreenFragment
.
This annotation is inherited by subclasses.Screen
,
ScreenFragment