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
/
experimental
Age
Commit message (
Expand
)
Author
2014-06-01
Fixed up and extended Tolerate with support for constructors, and added docs.
Reinier Zwitserloot
2014-05-31
Implement Tolerate.
Maaartin Grajcar
2014-05-20
@Delegate has moved to lombok.experimental.
Reinier Zwitserloot
2014-03-26
[i659] suppression of @ConstructorProperties should use config instead. Also ...
Roel Spilker
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] initial batch of configuration keys, primarily for flag usages.
Reinier Zwitserloot
2014-01-15
added package-infos to lots of packages, updated the javadoc in these, and ma...
Reinier Zwitserloot
2013-07-16
* Fixed issues with @FieldDefaults and @Value (you can NOT override
Reinier Zwitserloot
2013-06-25
and added some more javadoc to point at the new main package variant
Reinier Zwitserloot
2013-06-25
... and now that @Value has been promoted to the main package, the old experi...
Reinier Zwitserloot
2013-06-16
Eclipse Builder implementation finished. Tests need fleshing out though.
Reinier Zwitserloot
2013-06-16
First steps Builder support
Reinier Zwitserloot
2013-02-18
Changed @Value to no longer imply @Wither. Usually you want only
Reinier Zwitserloot
2013-02-11
BIG commit:
Reinier Zwitserloot
2012-11-17
Updated the javadoc of each and every feature annotation that lombok has:
Reinier Zwitserloot
2012-11-12
Fixed two minor javadoc typos in @Getter and @Value.
Reinier Zwitserloot
2012-11-12
[refactor] Cleaned up static imports (always use *), and refactored out getCt...
Reinier Zwitserloot
2012-08-10
* Added priorities to handlers, along with implementation of the priority sys...
Reinier Zwitserloot
2012-08-06
Added @Value and @FieldDefaults implementations for javac and ecj, the annota...
Reinier Zwitserloot
2012-07-12
Wither support + tests (javac only; ecj tests are currently set to ignore).
Reinier Zwitserloot
2012-06-25
Updated javadoc
Roel Spilker
2012-06-12
Port of lombok-pg's @ExtensionMethod support for eclipse. Doesn't work yet.
Reinier Zwitserloot
2012-05-22
Javac implementation of @ExtensionMethod.
Robbert Jan Grootjans
2012-03-21
Documentation for new @Accessors feature as well as the API (the annotation i...
Reinier Zwitserloot