We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ee56c commit 8e16ce3Copy full SHA for 8e16ce3
2 files changed
pom.xml
@@ -167,6 +167,7 @@
167
<licenseName>apache_v2</licenseName>
168
<addJavaLicenseAfterPackage>false</addJavaLicenseAfterPackage>
169
<excludes>
170
+ <exclude>**/AppShellConfiguratorImpl.class</exclude>
171
<exclude>**/main/resources/META-INF/resources/frontend/prism.js</exclude>
172
<exclude>**/main/resources/META-INF/resources/frontend/prism.css</exclude>
173
<exclude>**/test/resources/**</exclude>
src/test/java/com/flowingcode/vaadin/addons/demo/AppShellConfiguratorImpl.java
@@ -0,0 +1,9 @@
1
+package com.flowingcode.vaadin.addons.demo;
2
+
3
+import com.vaadin.flow.component.page.AppShellConfigurator;
4
+import com.vaadin.flow.theme.Theme;
5
6
+@Theme
7
+public class AppShellConfiguratorImpl implements AppShellConfigurator {
8
9
+}
0 commit comments