Lombok-intellij-plugin: @Getter does not support noIsPrefix

Created on 14 Jan 2016  路  3Comments  路  Source: mplushnikov/lombok-intellij-plugin

screen shot 2016-01-14 at 9 48 40 am

invalid

Most helpful comment

This is a key for a configuration file. This is described at https://projectlombok.org/features/configuration.html

All 3 comments

Then what are they talking about on the website?

lombok.getter.noIsPrefix = true | false
If set to true, getters generated for boolean fields will use the get prefix instead of the defaultis prefix, and any generated code that calls getters, such as @ToString, will also use get instead of is

This is a key for a configuration file. This is described at https://projectlombok.org/features/configuration.html

Was this page helpful?
0 / 5 - 0 ratings