aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/JavacNode.java
AgeCommit message (Expand)Author
2019-01-22[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...Reinier Zwitserloot
2018-11-06Improve toString generation for enums. Fixes #1916Roel Spilker
2018-08-20use delared ast Type instead of generic one saves a lot of "checkcasts" in th...Roland Praml
2018-05-14[annotation based ToString] hey.. we have annotation based ToString now, wher...Reinier Zwitserloot
2017-01-19Lombok will now also fix the typemirror info when generating bean-related met...Reinier Zwitserloot
2015-01-03[wip] @Singular support.Reinier Zwitserloot
2013-07-28Some work on actually making lombok work on JDK8's javac.Reinier Zwitserloot
2013-07-26experiment: Can we wrap TreeMaker and remove a heck of a lot of opportunity t...Reinier Zwitserloot
2013-02-11BIG commit:Reinier Zwitserloot
2011-11-21Made an API for creating a (oracle javac) JavaCompiler which tracks comments ...Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2010-11-29lombok.val import now gets removed. Only adding lombok.val flags the compilat...Roel Spilker
2010-11-22Added storing instanceof JavacTypes in JavacAST, and renamed JavacResolution'...Reinier Zwitserloot
2010-07-25Bugfix: in JavacNode intintializers were not structurally significantRoel Spilker
2010-07-22Updated copyright statements and version release name.Reinier Zwitserloot
2010-07-20@Getter int x, y; used to only apply to 'x', now it applies to both x and y.Reinier Zwitserloot
2010-07-20Moved DeleteLombokAnnotations to the proper package and source dir.Reinier Zwitserloot
2010-07-20import lombok.AccessLevel is now also removed during delomboking.Reinier Zwitserloot
2009-11-25Refactored the source folders.Reinier Zwitserloot