Aditya Anchuri created GEODE-6021:
-------------------------------------
Summary: Introducing Lombok
Key: GEODE-6021
URL: https://issues.apache.org/jira/browse/GEODE-6021
Project: Geode
Issue Type: Improvement
Reporter: Aditya Anchuri
Want to introduce Lombok into the Geode code. [https://projectlombok.org/]
We see the following advantages of using Lombok:
-> Less boilerplate code, reduces the size of some classes significantly.
-> Can use builder pattern implicitly, which allows for much better
composeability of an object.
-> Increased readability
More details: [https://projectlombok.org/features/all
]PR: https://github.com/apache/geode/pull/2815
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)