aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/javac/handlers/HandleEqualsAndHashCode.java
AgeCommit message (Expand)Author
2009-11-25Refactored the source folders.Reinier Zwitserloot
2009-10-31Made the utility methods previously located in package private 'PKG.java' in ...Reinier Zwitserloot
2009-10-18Removed some warnings.Reinier Zwitserloot
2009-10-16Switched all use of <code></code> in javadoc to {@code}.Reinier Zwitserloot
2009-10-16Fixed issue #24 by refactoring the AST.Node class - taken it out, and in the ...Reinier Zwitserloot
2009-09-03Fixed a problem in AnnotationValues where 'isExplicit' always returned true.Reinier Zwitserloot
2009-09-03Addressed issue #32: The @EqualsAndHashCode and @ToString annotations now sup...Reinier Zwitserloot
2009-08-27Merge branch 'nonnull'Reinier Zwitserloot
2009-08-27Now @Nullable is also copied over.Reinier Zwitserloot
2009-08-27Made all parameters of all generated methods 'final'.Reinier Zwitserloot
2009-08-01The warning for not enabling callSuper cannot be avoided, but there are legal...Reinier Zwitserloot
2009-07-27Split off generation of equals() and hashCode() methods form @Data into a new...Reinier Zwitserloot