aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/extern
AgeCommit message (Collapse)Author
2013-03-11Added @Log4j2 support.Reinier Zwitserloot
2012-11-17Updated the javadoc of each and every feature annotation that lombok has:Reinier Zwitserloot
* Removed most documentation and instead put in a link to the much more up to date and extensive documentation at http://projectlombok.org/features * Getting ahead of ourselves a little, added notes on onConstructor/onParam/onMethod which we are about to add in the next few commits. * Updated copyrights to 2012.
2012-10-30Added annotation for the slf4j extended loggergrootjans
2011-11-07Changed copyright noticesRoel Spilker
2010-11-22- Renamed the diverse @Log annotations to give them distinct namesRoel Spilker
- Removed the option to specify a different class to log on - Updated tests and documentation
2010-11-16Added extra javadoc linksRoel Spilker
2010-11-07Use the actual annotation value to process the @Log annotations instead of ↵Roel Spilker
their String representations.
2010-11-06Updated documentation on @Log and moved them all to lombok.extern.*Roel Spilker