We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2b5f2 commit 2d58cedCopy full SHA for 2d58ced
1 file changed
src/main/java/com/flowingcode/vaadin/addons/demo/DynamicTheme.java
@@ -146,6 +146,8 @@ public void initialize(AppShellSettings settings) {
146
*
147
* @param response the index HTML response to be modified
148
* @throws UnsupportedOperationException if the runtime Vaadin version is older than 25
149
+ * @throws IllegalStateException if the {@link AppShellConfigurator} is configured with
150
+ * the legacy {@link Theme} annotation
151
*/
152
public void initialize(IndexHtmlResponse response) {
153
assertFeatureSupported();
0 commit comments