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 11andjunit 5.4on the classpath to execute the LensTest