Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@asolntsev
Copy link
Contributor

add possibility to disable generating getters/setters
(via setting play.propertiesEnhancer.generateAccessors=false)

it's useful because generation of getters/setters and replacing all field accesses with getters/setters is the slowest part of compilation process. Many applications do not really need it.

via setting "play.propertiesEnhancer.generateAccessors=false"

it's useful because generation of getters/setters and replacing all field accesses with getters/setters is the slowest part of compilation process. Many applications do not really need it.
@asolntsev asolntsev merged commit 26a9499 into playframework:1.4.x Nov 28, 2016
@asolntsev asolntsev deleted the disable-generating-accessors branch November 28, 2016 21:06
@xael-fry
Copy link
Member

@asolntsev Could you update the documentation for that new parameter?

asolntsev added a commit that referenced this pull request Nov 29, 2016
@asolntsev
Copy link
Contributor Author

@xael-fry I have updated documentation in branch 1.4.x. Thank you for the reminder!

@xael-fry xael-fry added this to the 1.4.4 milestone Dec 27, 2016
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.

2 participants