index
:
github/lombok.git
feat/memoize
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
lombok
/
eclipse
/
handlers
/
HandleLog.java
Age
Commit message (
Expand
)
Author
2014-02-10
[deps] Updated eclipse deps to 3.9 tree. This also enables testing java7 feat...
Reinier Zwitserloot
2014-02-08
Handler and testcases for @XSlf4j
Maarten Mulders
2014-02-08
Handler and testcases for @Log4j2
Maarten Mulders
2014-02-08
Handler and testcases for @Log4j
Maarten Mulders
2014-02-08
Handler and testcases for @Log
Maarten Mulders
2014-02-08
Handlers and testcases for @CommonsLog
Maarten Mulders
2014-02-08
Handlers and testcases for @Slf4j
Maarten Mulders
2014-01-15
added package-infos to lots of packages, updated the javadoc in these, and ma...
Reinier Zwitserloot
2013-12-11
semi-fix for issue 602, but not complete as adding annotations to generated f...
Reinier Zwitserloot
2013-03-11
Added @Log4j2 support.
Reinier Zwitserloot
2012-11-12
[refactor] Cleaned up static imports (always use *), and refactored out getCt...
Reinier Zwitserloot
2012-10-30
Added annotation for the slf4j extended logger
grootjans
2012-02-14
Update to error messages of @Log annotations.
Reinier Zwitserloot
2011-12-13
Fix for Issue 315: HandleLogger now sets all its sourcepositions and generate...
jvanderhel
2011-11-07
Changed copyright notices
Roel Spilker
2011-10-24
pretty big refactor; introduced a new source package which should be (and is)...
Reinier Zwitserloot
2011-06-20
Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...
Reinier Zwitserloot
2011-06-02
Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...
Reinier Zwitserloot
2011-05-30
tracking if an annotation has been handled or not is now no longer done
Reinier Zwitserloot
2010-11-22
- Renamed the diverse @Log annotations to give them distinct names
Roel Spilker
2010-11-09
Added lombok.Lombok.preventNullAnalysis to the null test in @Cleanup to suppress
Roel Spilker
2010-11-07
Use the actual annotation value to process the @Log annotations instead of th...
Roel Spilker
2010-11-06
Updated documentation on @Log and moved them all to lombok.extern.*
Roel Spilker
2010-11-06
Have j.u.l. be invoked with TargetType.class.getName() instead of "TargetType"
Roel Spilker
2010-11-06
Use a ClassLiteralAccess instead of a NameReference
Roel Spilker
2010-11-06
Code cleanup
Roel Spilker
2010-11-06
Add support for multiple logging frameworks in Eclipse
Roel Spilker