We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e08ad23 commit b1a68d0Copy full SHA for b1a68d0
1 file changed
src/main/java/com/flowingcode/vaadin/addons/simpletimer/SimpleTimer.java
@@ -35,13 +35,14 @@
35
import com.vaadin.flow.component.dependency.JsModule;
36
import com.vaadin.flow.dom.PropertyChangeListener;
37
import com.vaadin.flow.shared.Registration;
38
+import java.io.Serializable;
39
40
/**
41
* @author Leonardo Scardanzan / Flowing Code
42
*/
43
@Tag("simple-timer")
44
@JsModule("./simple-timer/simple-timer.js")
-public class SimpleTimer extends Component implements HasSize, HasStyle {
45
+public class SimpleTimer extends Component implements HasSize, HasStyle, Serializable {
46
47
private static final long serialVersionUID = 1L;
48
0 commit comments