Implementation of Lens Pattern in Java
I've tried to show the usage of Lens pattern with the simple movie booking model.
You can run mvn clean install to build and execute tests
Note: You need to have Java 11 and junit 5.4 on the classpath to execute the LensTest