diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.txt | 7 |
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. |