Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lombok Library Update #1193

Merged
merged 9 commits into from
Jul 28, 2019
Merged

Lombok Library Update #1193

merged 9 commits into from
Jul 28, 2019

Conversation

jayandran-Sampath
Copy link
Contributor

@jayandran-Sampath jayandran-Sampath commented Jul 25, 2019

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

@SrinivasanTarget SrinivasanTarget self-requested a review July 25, 2019 17:50
@SrinivasanTarget
Copy link
Member

SrinivasanTarget commented Jul 25, 2019

@jayandran-Sampath Thanks for your PR. Reviewing it. Please add a description.

build.gradle Outdated Show resolved Hide resolved
build.gradle Outdated Show resolved Hide resolved
@jayandran-Sampath jayandran-Sampath changed the title Lombok Library Update Lombok library can generate getters and setters for the object/variables automatically by using Lombok annotations which helps in reducing the number of lines & compilation time Jul 25, 2019
@jayandran-Sampath jayandran-Sampath changed the title Lombok library can generate getters and setters for the object/variables automatically by using Lombok annotations which helps in reducing the number of lines & compilation time Lombok Library Update Jul 25, 2019
@SrinivasanTarget SrinivasanTarget merged commit ac67237 into appium:master Jul 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants