aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO.txt
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-06-23 20:20:07 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-06-23 20:20:07 +0200
commitd27fd01b2b981740a08b497716c0cc065e29fab6 (patch)
tree47f009adf96a597e67d69a10dcd7c9912ad8519f /doc/TODO.txt
parente85ef24b4d99f922f77439d9ba5e0e27717f2d31 (diff)
downloadlombok-d27fd01b2b981740a08b497716c0cc065e29fab6.tar.gz
lombok-d27fd01b2b981740a08b497716c0cc065e29fab6.tar.bz2
lombok-d27fd01b2b981740a08b497716c0cc065e29fab6.zip
Doc
Diffstat (limited to 'doc/TODO.txt')
-rw-r--r--doc/TODO.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt
index 003bf3ed..4e867566 100644
--- a/doc/TODO.txt
+++ b/doc/TODO.txt
@@ -1,3 +1,10 @@
+## Eclipse insertion point for newly generated code
+
+We need to figure out which of the bodyStart/bodyDeclarationStart/sourceStart blocks are used as where insertions happen, and set it to the entire line of a field and not just the annotation.
+
+Don't forget to extend past the opening brace for @Data!
+
+
## javadoc
Either just let people run lombokc and javadoc that, -or-, use a doclet and presumptively cast our way into javadoc's AST.