aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/core/TransformationsUtil.java
AgeCommit message (Expand)Author
2009-09-03"Fixed" issue #43" - problems with javax.validation.NotNull, which lombok use...Reinier Zwitserloot
2009-08-28null checks are no longer generated if you put @NonNull on primitives.Reinier Zwitserloot
2009-07-26Addresses issue #4:Reinier Zwitserloot
2009-07-08Renamed all true names of 'eclipse' to 'Eclipse' (but not the eclipse package...Reinier Zwitserloot
2009-07-06Last massive documentation dump. All basic javadoc is now done, though especi...Reinier Zwitserloot
2009-06-17Added the SetterHandler for javac. Also added a way to get the SymbolTable on...Reinier Zwitserloot
2009-06-15Renamed lombok.transformations lombok.core as the purpose of this package is ...Reinier Zwitserloot