diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-06-12 03:38:54 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-06-12 03:38:54 +0200 |
commit | 4c18c774fc60eca7e104b3eaa5535ce94ec66198 (patch) | |
tree | 745936cd1bf9a77eea69d8f19930a29c70031d2d /doc/notes.txt | |
parent | 1f7c79e625cf6f9d4aedfe7ebe51f3f354995188 (diff) | |
download | lombok-4c18c774fc60eca7e104b3eaa5535ce94ec66198.tar.gz lombok-4c18c774fc60eca7e104b3eaa5535ce94ec66198.tar.bz2 lombok-4c18c774fc60eca7e104b3eaa5535ce94ec66198.zip |
We were tracking ideas for annotations on the window, but writing on those gets old fast, so moved it to a text file.
Diffstat (limited to 'doc/notes.txt')
-rw-r--r-- | doc/notes.txt | 11 |
1 files changed, 11 insertions, 0 deletions
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 |