From f36be2eb01bcbff01a513d64bff2d1aba54460b1 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 16 Jun 2009 03:04:46 +0200 Subject: Implemented a lot of stuff for javac, but we ran into 2 major issues still to be implemented: 1. The visit mode of a lombok handler (does not trigger off of annotations, instead sees every field, method, type, and statement), needs to be coded, 2. triggering off of annotations via APT's annotation handling system skips method-local classes. We'll need to recode this via an AST visitor like we need for issue #1 Other than that, triggering off of annotations works swimmingly! --- lib/lombok/spi-0.2.3-pre.jar | Bin 23926 -> 0 bytes 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 lib/lombok/spi-0.2.3-pre.jar (limited to 'lib/lombok') diff --git a/lib/lombok/spi-0.2.3-pre.jar b/lib/lombok/spi-0.2.3-pre.jar deleted file mode 100644 index ecd70464..00000000 Binary files a/lib/lombok/spi-0.2.3-pre.jar and /dev/null differ -- cgit