Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-23 | work in progress on ecj support. | Reinier Zwitserloot | |
2009-12-23 | prep for this class working better for ecj. | Reinier Zwitserloot | |
2009-12-23 | HandlerLibrary now uses the proper context. | Reinier Zwitserloot | |
2009-12-23 | Abstracted out stuff that only works in a full eclipse and not in ECJ. | Reinier Zwitserloot | |
2009-12-21 | Fixes issue #84: @Data and many other annotations couldn't deal with ↵ | Reinier Zwitserloot | |
wildcard generics that had a bound on them, so, for example, a field typed as 'List<? extends Number>'. | |||
2009-12-04 | Fix for issue #75: If 'setURL' exists, then lombok will no longer make a ↵ | Reinier Zwitserloot | |
'setUrl' field if you have a field named 'url'. | |||
2009-12-04 | Prep work for fixing issue #75. | Reinier Zwitserloot | |
2009-12-02 | Changed the order of the generated methods in for @Data | Roel Spilker | |
- Constructor(s) - Getters/Setters per field - equals - hashCode - toString Added first test for @Data | |||
2009-11-29 | Fixed premature removal of imports | Roel Spilker | |
2009-11-28 | Moved TransformationsUtil to a new package. | Reinier Zwitserloot | |
2009-11-27 | Added change tracking so that 1 AST instance can tell you if any processor ↵ | Roel Spilker | |
changed anything. | |||
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot | |