@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface NoTheme
Flow uses the following logic to determine which theme to use for the application:
Theme annotation is found at the root navigation level, the theme
defined by it is used.
NoTheme annotation is found at the root navigation level, theming
is disabled.
com.vaadin.flow.theme.lumo.Lumo class is available in the
classpath (which comes from the vaadin-lumo-theme project), then it is used
as the default theme.
Copyright © 2000–2019 Vaadin Ltd. All rights reserved.