Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | Renamed lombok.transformations lombok.core as the purpose of this package is ↵ | Reinier Zwitserloot | |
to contain stuff that is useful for any lombok implementation (be it e.g. javac via apt or eclipse via agent), but not annotations and other classes that are for 'end users'. | |||
2009-06-08 | @Getter now TOTALLY WORKS in eclipse! W00t! | Reinier Zwitserloot | |
Also made the handling of lombokisms in eclipse a little more frameworky, though there's still plenty to be done. | |||
2009-06-08 | Improving on the structure a little. | Reinier Zwitserloot | |
2009-06-08 | Initial commit. As a proof of concept, it already works in javac and eclipse! | Reinier Zwitserloot | |