From d27fd01b2b981740a08b497716c0cc065e29fab6 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 23 Jun 2009 20:20:07 +0200 Subject: Doc --- doc/TODO.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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. -- cgit