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

Support for lombok.getter.noIsPrefix #125

Closed
FranzAspermayr opened this issue Jul 15, 2015 · 1 comment
Closed

Support for lombok.getter.noIsPrefix #125

FranzAspermayr opened this issue Jul 15, 2015 · 1 comment
Assignees
Milestone

Comments

@FranzAspermayr
Copy link

We have a Maven Projekt in which it is necessary to get the values from the boolean properties by getProperty and not by isProperty. So we used the lombok.getter.noIsPrefix in the lombok.config file. This worked well for the compilation but IntelliJ and the Plugin does not recognize that the boolean getProperty method exists.

@mplushnikov mplushnikov added this to the 0.11 milestone Mar 26, 2016
mplushnikov pushed a commit that referenced this issue Mar 27, 2016
- added tests for all getter annotation and noIsPrefix configuration
Support for lombok.getter.noIsPrefix #125
@mplushnikov mplushnikov self-assigned this Mar 27, 2016
@mplushnikov
Copy link
Owner

New version (0.11) of plugin was released today. It contains many improvements for configuration system of lombok. This issue should be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants