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>
    Legacy UI to use for this application.
  • Element Details

    • value

      Class<? extends AbstractMprUI> value
      Legacy UI to use for this application.
      Returns:
      Legacy UI class to use instead of MprUI