aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/eclipse/handlers/HandleLog.java
AgeCommit message (Expand)Author
2011-06-20Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...Reinier Zwitserloot
2011-06-02Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...Reinier Zwitserloot
2011-05-30tracking if an annotation has been handled or not is now no longer doneReinier Zwitserloot
2010-11-22- Renamed the diverse @Log annotations to give them distinct namesRoel Spilker
2010-11-09Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppressRoel Spilker
2010-11-07Use the actual annotation value to process the @Log annotations instead of th...Roel Spilker
2010-11-06Updated documentation on @Log and moved them all to lombok.extern.*Roel Spilker
2010-11-06Have j.u.l. be invoked with TargetType.class.getName() instead of "TargetType"Roel Spilker
2010-11-06Use a ClassLiteralAccess instead of a NameReferenceRoel Spilker
2010-11-06Code cleanupRoel Spilker
2010-11-06Add support for multiple logging frameworks in EclipseRoel Spilker