Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-18 | Roel applied the patches I sent in for fixes to spi to the official spi jar, ↵ | Reinier Zwitserloot | |
so the custom rolled version that used to be checked in (-pre) is no longer needed, we're now on the official spi-0.2.4.jar. | |||
2009-06-16 | Implemented a lot of stuff for javac, but we ran into 2 major issues still ↵ | Reinier Zwitserloot | |
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! | |||
2009-06-12 | Found 2 bugs in spi. This fixes both of them. Also enabled the spi processor ↵ | Reinier Zwitserloot | |
in eclipse project. |