LOMBOK
LOMBOK
LOMBOK
- @Value and @Data
- @EqualsAndHashCode
- @ToString
- @Builder
- @Wither
- @Delegate
- ... and more
HRISEY
HRISEY
- @Parcelable
- @Preferences
- @InstanceState
- ...
PROS AND CONS
- (-) generates code in your classes
- (-) no Eclipse support (Lombok has)
- (+) generates code in your classes
- (+) can be removed within minutes
TALK IS CHEAP,
SHOW ME THE CODE