aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages
blob: 4f7e3df8a16ce31683f68bcdba515654de8cd46b (plain)
1
2
3
4
5
6
2:9 ERROR 'lazy' requires the field to be private and final.
6:9 ERROR 'lazy' requires the field to be private and final.
10:9 ERROR 'lazy' requires the field to be private and final.
14:9 WARNING 'lazy' does not work with AccessLevel.NONE.
17:1 ERROR 'lazy' is not supported for @Getter on a type.
22:9 ERROR 'lazy' requires field initialization.