@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface NoTheme
Flow uses the following logic to determine which theme to use for the application:
Theme
annotation is found on the AppShellConfigurator, the
theme defined by it is used.
NoTheme
annotation is found on the AppShellConfigurator,
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 © 2021. All rights reserved.