Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-04 | fixing tests to account for generation of javax.annotation.Generated and ↵ | Reinier Zwitserloot | |
ConstructorProperties being default-off. | |||
2017-02-09 | [i1014] Only add lombok.Generated if it is explicitly turned on | Roel Spilker | |
2017-01-06 | add `@lombok.Generated` to generated classes, methods and fields | Roel Spilker | |
2015-01-30 | [i623] added eclipse code for generating @javax.annotation.Generated, and ↵ | Reinier Zwitserloot | |
refactored java impl to reduce DRY violations. -f pretty now includes skipping generation of this annotation, and updated ALL the test cases. | |||
2014-02-08 | Handler and testcases for @Log4j | Maarten Mulders | |
2013-12-11 | semi-fix for issue 602, but not complete as adding annotations to generated ↵ | Reinier Zwitserloot | |
fields leads to crazy issues (see issue 217): generated LOG field now has @SuppressWarnings on it. | |||
2013-03-11 | Added @Log4j2 support. | Reinier Zwitserloot | |
2010-11-22 | - Renamed the diverse @Log annotations to give them distinct names | Roel Spilker | |
- Removed the option to specify a different class to log on - Updated tests and documentation | |||
2010-11-06 | Added support for Log4J, Commons and JUL in the javac handler | Roel Spilker | |
2010-10-31 | Added after-delombok test files for Logger | grootjans | |