Age | Commit message (Expand) | Author |
2010-12-31 | Starting eclipse with an open file containing an enum with @Getter on it woul... | Reinier Zwitserloot |
2010-12-31 | Presence of i.e. getABC() stops lombok from generating getAbc, but lombok wil... | Reinier Zwitserloot |
2010-12-28 | @ToString, @Getter, and @XArgsConstructor now work on, and are legal on, enum... | Reinier Zwitserloot |
2010-11-11 | Merge branch 'master' into delegate | Reinier Zwitserloot |
2010-11-11 | Mostly fruitless work on making delegate work in eclipse. | Reinier Zwitserloot |
2010-11-11 | @Getter(lazy=true) support for javac | Roel Spilker |
2010-11-10 | Merge branch 'master' into annoGetSet | Roel Spilker |
2010-11-10 | From now on it is possible to specify annotations to be placed on the method | Roel Spilker |
2010-11-09 | Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppress | Roel Spilker |
2010-11-07 | Solved issue 155: "Eclipse constructor generation not in class body" http://c... | Roel Spilker |
2010-11-06 | Create Clinit if you create a static field and it doesn't yet exist | Roel Spilker |
2010-11-03 | Intial support for @Log, for now only slf4j | Roel Spilker |
2010-07-28 | trivial: minor stylistic update | Reinier Zwitserloot |
2010-07-28 | Fix for issue #136: @Getter and @Setter now work on static fields again. | Reinier Zwitserloot |
2010-07-22 | toString(), equals(), and hashCode() now use getX() instead of x if either it... | Reinier Zwitserloot |
2010-07-21 | Added using .getX() instead of using .x in equals, hashCode, and toString. Al... | Reinier Zwitserloot |
2010-07-21 | Refactor: for using this.getX() instead of this.x in generated toString(), eq... | Reinier Zwitserloot |
2010-07-19 | [TRIVIAL] in case of bugs and we drop to toModifier() for AccessLevel.NONE, w... | Reinier Zwitserloot |
2010-07-18 | All generated fields and methods now get a @SuppressWarnings("all"). | Reinier Zwitserloot |
2009-12-29 | Fix for issue #93: Naming your class GetFoo prevents lombok from making a get... | Reinier Zwitserloot |
2009-12-04 | Prep work for fixing issue #75. | Reinier Zwitserloot |
2009-11-28 | Moved TransformationsUtil to a new package. | Reinier Zwitserloot |
2009-11-25 | Refactored the source folders. | Reinier Zwitserloot |