Package com.vaadin.mpr.core
Annotation Type LegacyUI
-
@Retention(RUNTIME) @Target(TYPE) @Inherited @Documented public @interface LegacyUI
Annotation for defining a custom Legacy Vaadin UI for the application to use.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends AbstractMprUI>valueLegacy UI to use for this application.
-
-
-
Element Detail
-
value
Class<? extends AbstractMprUI> value
Legacy UI to use for this application.- Returns:
- Legacy UI class to use instead of MprUI
-
-