aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-07-01 22:09:40 +0200
committerReinier Zwitserloot <reinier@tipit.to>2009-07-01 22:09:40 +0200
commit99d9728ede23aade67fdce4412a91bc58f5ab3dc (patch)
tree532055161006afbb5ebbd751d37e1d5dcd58eb96 /doc
parentefe3931cf3d9134d7d8e5adf792b05a47ce2c423 (diff)
downloadlombok-99d9728ede23aade67fdce4412a91bc58f5ab3dc.tar.gz
lombok-99d9728ede23aade67fdce4412a91bc58f5ab3dc.tar.bz2
lombok-99d9728ede23aade67fdce4412a91bc58f5ab3dc.zip
Support for @SneakyThrows in eclipse.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt
index 2bc8f14d..49af0a06 100644
--- a/doc/TODO.txt
+++ b/doc/TODO.txt
@@ -1,3 +1,5 @@
+## Add support for Fields and Local Declarations for @SneakyThrows (sneakythrows on the initializer)
+
## Fix Eclipse's HandleCleanup
Consider requiring an initializer and warn when the varname gets reassigned, if the declaration wasn't already final. Think about this more.