Lombok Library Update by jayandran-Sampath · Pull Request #1193 · appium/java-client

Change list

Used Lombok Library to generate generic getter & setter for the classes.

ShortNote about Lombok : -
Lombok can generate getters and setters for those object automatically by using Lombok annotations which helps in reducing the number of line & compilation time

Types of changes

What types of changes are you proposing/introducing to Java client?
Put an x in the boxes that apply

  • No changes in production code.
  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Details

Please provide more details about changes if it is necessary. If there are new features you can provide code samples which show the way they
work and possible use cases. Also you can create gists with pasted java code samples or put them here using markdown.
About markdown please read Mastering markdown and Writing on GitHub