We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e2437 commit 608fa08Copy full SHA for 608fa08
1 file changed
README.md
@@ -25,6 +25,8 @@ accommodate Sonatype's repository hosting requirements.)
25
</dependency>
26
```
27
28
+[Javadocs Link](http://www.javadoc.io/doc/com.unquietcode.tools.jstate/jstate/3.0)
29
+
30
# Usage
31
A typical use case might be a state machine for controlling a process, which can move between the
32
states [`Ready`, `Running`, `Paused`, `Stopping`, `Stopped`, `Finished`].
0 commit comments