aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/HandleData.java
AgeCommit message (Expand)Author
2014-05-23Added confkey to make @NonNull generate a different exception because of the ...Reinier Zwitserloot
2014-01-18[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...Reinier Zwitserloot
2014-01-18[configuration] implementation of flagUsage for all handlers.Reinier Zwitserloot
2013-06-16Eclipse Builder implementation finished. Tests need fleshing out though.Reinier Zwitserloot
2013-02-11BIG commit:Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-06-20Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...Reinier Zwitserloot
2011-06-02Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...Reinier Zwitserloot
2011-05-30tracking if an annotation has been handled or not is now no longer doneReinier Zwitserloot
2010-07-22toString(), equals(), and hashCode() now use getX() instead of x if either it...Reinier Zwitserloot
2010-07-19Added support for @ConstructorProperties generation for generated constructors.Reinier Zwitserloot
2010-07-19Added support for @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsCo...Reinier Zwitserloot
2010-07-17Implements issue #129: @Getter and @Setter are now legal on entire types.Reinier Zwitserloot
2009-12-04Fix for issue #75: If 'setURL' exists, then lombok will no longer make a 'set...Reinier Zwitserloot
2009-12-02Changed the order of the generated methods in for @DataRoel Spilker
2009-11-28Moved TransformationsUtil to a new package.Reinier Zwitserloot
2009-11-25Refactored the source folders.Reinier Zwitserloot