From 4c18c774fc60eca7e104b3eaa5535ce94ec66198 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 12 Jun 2009 03:38:54 +0200 Subject: We were tracking ideas for annotations on the window, but writing on those gets old fast, so moved it to a text file. --- doc/notes.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/notes.txt (limited to 'doc/notes.txt') diff --git a/doc/notes.txt b/doc/notes.txt new file mode 100644 index 00000000..ed2c0f66 --- /dev/null +++ b/doc/notes.txt @@ -0,0 +1,11 @@ +- non-lombok Getter in import -> NO +- in lombok package -> YES +- name of direct descendent of parent = 'Getter' (recursive) -> NO +- lombok.Getter present -> YES +- lombok.* present -> YES + + +apilevel +kind +compileroptions +source -- cgit