aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/JavacTransformer.java
AgeCommit message (Expand)Author
2020-07-09Remove unnecessary list copyRawi01
2020-07-09Replace JavacAst list with single object iteration to save some memoryRawi01
2019-01-22[fixes #2019] Lombok now properly deals with `@NonNull` specifically on the â...Reinier Zwitserloot
2019-01-08[#1033] steps on the way to issue 1033: You can add cleanup tasks which are d...Reinier Zwitserloot
2018-07-25Added key ‘dangerousconfig.lombok.disable’.Reinier Zwitserloot
2017-01-19Lombok will now also fix the typemirror info when generating bean-related met...Reinier Zwitserloot
2012-08-10Added an optimization to javac: Don't force new resolution rounds if none of ...Reinier Zwitserloot
2012-08-10* Added priorities to handlers, along with implementation of the priority sys...Reinier Zwitserloot
2011-11-21Made an API for creating a (oracle javac) JavaCompiler which tracks comments ...Reinier Zwitserloot
2011-11-07Changed copyright noticesRoel Spilker
2011-05-30tracking if an annotation has been handled or not is now no longer doneReinier Zwitserloot
2010-11-29lombok.val import now gets removed. Only adding lombok.val flags the compilat...Roel Spilker
2010-11-10Delombok has been fixed to work more like a true javac run now. As a result, ...Reinier Zwitserloot
2010-11-10'val' now fully works on javac, even when referring to lombok-generated code,...Reinier Zwitserloot
2010-11-10Undone something that'll never work anywayReinier Zwitserloot
2010-11-09Experiment to try and make java 'self referential' by deleting the Enter and ...Reinier Zwitserloot
2009-11-27Thorough work on inserting comments in the proper place for delombok; should ...Roel Spilker
2009-11-27delombok now calls lombok. wahey!Reinier Zwitserloot