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