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
/
HandlerLibrary.java
Age
Commit message (
Expand
)
Author
2014-06-05
Finished refactor of FieldAugment; there's no longer a separate variant for b...
Roel Spilker
2014-04-01
all usage of sneakyThrow is now throw sneakyThrow as it should be.
Reinier Zwitserloot
2014-03-18
Merge branch 'master' into configuration
Roel Spilker
2014-03-17
[#590][refactor] Fix for deadlock in WeakHashMap. Refactored all code that us...
Roel Spilker
2014-01-19
[configuration] added a service-loader based way to load ConfigurationKeys, s...
Reinier Zwitserloot
2014-01-19
[configuration] Make sure the ConfigurationKeys class is initialized
Roel Spilker
2014-01-18
[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...
Reinier Zwitserloot
2013-03-26
Massive performance improvements, and a few potentially breaking changes for ...
Roel Spilker
2012-11-12
[refactor] Cleaned up static imports (always use *), and refactored out getCt...
Reinier Zwitserloot
2012-08-24
There is now an 'override this method' alternative for
Reinier Zwitserloot
2012-08-10
* Added priorities to handlers, along with implementation of the priority sys...
Reinier Zwitserloot
2012-04-03
Philipp Eichhorn's patch to allow non-top-level annotations to work with lomb...
Reinier Zwitserloot
2012-04-03
Philipp Eichhorn's patch to use marker annotations instead of boolean-returni...
Reinier Zwitserloot
2011-12-13
Refactored the type resolver, and made the 'find locally named classes that s...
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-01
Fixed issue 164. Oh yes. Party time!
Reinier Zwitserloot
2011-06-20
Added ability for annotation handlers to be invoked in the diet parse phase e...
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
Whoops, we broke @Delegate with the last update. Now the CAS check on handled...
Reinier Zwitserloot
2011-05-30
tracking if an annotation has been handled or not is now no longer done
Reinier Zwitserloot
2011-04-01
Added ability to log warnings in eclipse error log.
Reinier Zwitserloot
2010-07-16
Updated to helios. A few new warnings popped up; handled those.
Reinier Zwitserloot
2009-12-23
HandlerLibrary now uses the proper context.
Reinier Zwitserloot
2009-11-25
Refactored the source folders.
Reinier Zwitserloot