aboutsummaryrefslogtreecommitdiff
path: root/test/transform/resource/after-delombok/ConflictingStaticConstructorNames.java
AgeCommit message (Collapse)Author
2014-03-26[i660] canEqual is now protected instead of public.Roel Spilker
Also fixed the total lack of canEqual in the usage examples.
2012-07-16fixed issue 391: Using 'staticConstructor' on @Data whilst an ↵Reinier Zwitserloot
@XxxArgsConstructor is present means it gets ignored, but until now lombok didn't warn you about this.