aboutsummaryrefslogtreecommitdiff
path: root/doc/PlannedExtensions.txt
AgeCommit message (Collapse)Author
2009-07-10Worked a lot on the 'what's next' documentation.Reinier Zwitserloot
2009-06-16Implemented 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-16See diffReinier Zwitserloot
2009-06-12Added a link to how JavaFX bindings work.Reinier Zwitserloot
2009-06-10Added more good ideas.Reinier Zwitserloot
2009-06-08Initial commit. As a proof of concept, it already works in javac and eclipse!Reinier Zwitserloot