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
/
HandleSynchronized.java
Age
Commit message (
Expand
)
Author
2014-03-04
[configuration] Merge branch 'master' as we work on configuration.
Reinier Zwitserloot
2014-01-18
[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...
Reinier Zwitserloot
2014-01-18
[configuration] implementation of flagUsage for all handlers.
Reinier Zwitserloot
2014-01-15
added package-infos to lots of packages, updated the javadoc in these, and ma...
Reinier Zwitserloot
2013-10-10
Fix for issues when mixing @NonNull on params with @SneakyThrows or @Synchron...
Reinier Zwitserloot
2012-04-03
Philipp Eichhorn's patch to use marker annotations instead of boolean-returni...
Reinier Zwitserloot
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-08-12
Make extract method work with @Cleanup and @Synchronized
Roel Spilker
2011-08-06
fixed Issue 248:
peichhorn
2011-07-25
Works around issue 217. it's not a proper fix but better than 0.10.0-RC1.
Reinier Zwitserloot
2011-06-20
whoops, a very minor nit in synchronized which also caused a test to fail fixed.
Reinier Zwitserloot
2011-06-20
fixed @Synchronized.
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-06-02
Trivial fixes.
Reinier Zwitserloot
2011-05-30
tracking if an annotation has been handled or not is now no longer done
Reinier Zwitserloot
2010-11-03
Intial support for @Log, for now only slf4j
Roel Spilker
2009-11-25
Refactored the source folders.
Reinier Zwitserloot