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
/
javac
/
handlers
/
HandleLog.java
Age
Commit message (
Expand
)
Author
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-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
Experiment to try and make java 'self referential' by deleting the Enter and ...
Reinier Zwitserloot
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
Reorder parameters
Roel Spilker
2010-11-06
Use an annotation instead of implementations of interfaces
Roel Spilker
2010-11-06
Added support for Log4J, Commons and JUL in the javac handler
Roel Spilker