
@Getter doesn't have such value.
https://github.com/rzwitserloot/lombok/blob/master/src/core/lombok/Getter.java
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
Most helpful comment
This is a key for a configuration file. This is described at https://projectlombok.org/features/configuration.html