Commit Graph

2 Commits

Author SHA1 Message Date
Reinier Zwitserloot aa1a0e7ac8 The site's lombok v. vanilla java examples included lombok annotations on the vanilla java side. Fabrizio Guidici found this one. 2011-07-14 14:44:25 +02:00
Reinier Zwitserloot aaf8547d91 Added documentation for @RequiredArgsConstructor, @NoArgsConstructor, @AllArgsConstructor, and also how these generate @ConstructorProperties annotations.
Also updated @Getter and @Setter's documentation to explain their new class-level feature, and updated @Data's description to highlight how @Data is now truly nothing more than the combination of @RequiredArgsConstructor, @EqualsAndHashCode, @ToString, @Getter, and @Setter.
2010-07-20 07:43:02 +02:00