# lenses-java **Repository Path**: mirrors_andyglick/lenses-java ## Basic Information - **Project Name**: lenses-java - **Description**: Implementation of Lens Pattern in Java - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-16 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # lenses-java Implementation of Lens Pattern in Java I've tried to show the usage of Lens pattern with the simple movie booking model. ### Build & Execute 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