Package com.vaadin.mpr.core
Annotation Type LegacyUI
Annotation for defining a custom Legacy Vaadin UI for the application to use.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends AbstractMprUI>Legacy UI to use for this application.
-
Element Details
-
value
Class<? extends AbstractMprUI> valueLegacy UI to use for this application.- Returns:
- Legacy UI class to use instead of MprUI
-