refactoring: Refactor the prototype pattern to avoid code duplications (Closes #584) (#1970)

This commit  refactors the Prototype pattern by making it Cloneable and thus inheriting the clone() method to its subclasses which removes code duplications.
This commit is contained in:
Yonatan Karp-Rudin
2022-09-08 15:55:02 +03:00
committed by GitHub
parent c1c863843f
commit 5397f85d7d
13 changed files with 35 additions and 69 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
lombok.log.fieldName = LOGGER
lombok.addLombokGeneratedAnnotation = true