mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 14:21:47 +00:00
[#2693] Review and updates for javabeans-style capitalization lombok.config
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
//CONF: lombok.accessors.capitalization = beanspec
|
||||
@lombok.Value
|
||||
@lombok.experimental.Accessors(javaBeansSpecCapitalization = true)
|
||||
class ValueWithJavaBeansSpecCapitalization {
|
||||
final int aField;
|
||||
}
|
||||
|
||||
@lombok.Value
|
||||
class ValueWithoutJavaBeansSpecCapitalization {
|
||||
final int aField;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user