Overview
- Synchronized menu interaction between all viewers
- @Redrield added JSR 305 annotations. (Thanks!)
- Added support for
java.util.OptionalinState - Cleaned up the code quite a bit
Breaking Changes:
- Methods for getting the values in
Statehave been changed to be more conventional:current()->getCurrent()previous()->getPrevious()- Doesn't exist ->
getOptionalCurrent() - Doesn't exist ->
getOptionalPrevious()