aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages
diff options
context:
space:
mode:
authorRoel Spilker <r.spilker@gmail.com>2010-11-11 01:58:48 +0100
committerRoel Spilker <r.spilker@gmail.com>2010-11-11 01:58:48 +0100
commit1c323332493148f0aaa936e668e1b0da5d09c8be (patch)
tree7b9107aa641fb913702360cc95133a640218552d /test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages
parentc8774389e7cb73e494267af3a87f70c7497b220a (diff)
downloadlombok-1c323332493148f0aaa936e668e1b0da5d09c8be.tar.gz
lombok-1c323332493148f0aaa936e668e1b0da5d09c8be.tar.bz2
lombok-1c323332493148f0aaa936e668e1b0da5d09c8be.zip
@Getter(lazy=true) support for javac
Diffstat (limited to 'test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages')
-rw-r--r--test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages b/test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages
new file mode 100644
index 00000000..b53b8550
--- /dev/null
+++ b/test/transform/resource/messages-delombok/GetterLazyInvalid.java.messages
@@ -0,0 +1,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 the field to be private and final. \ No newline at end of file