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
/
HandleValue.java
Age
Commit message (
Expand
)
Author
2018-05-28
Generate default no-args constructor
Roel Spilker
2018-04-23
Allow onMethod and onParam in @Getter and @Setter if it is put on a type
Roel Spilker
2018-03-27
[trivial] some memoryload improvements by not making a new instance but using...
Reinier Zwitserloot
2014-05-23
Added confkey to make @NonNull generate a different exception because of the ...
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
2013-06-25
Value has been promoted to the main package.
Reinier Zwitserloot
2013-06-16
Eclipse Builder implementation finished. Tests need fleshing out though.
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-12
[refactor] Cleaned up static imports (always use *), and refactored out getCt...
Reinier Zwitserloot
2012-08-13
FieldDefaults (and Value) did not call .rebuild() after changing modifiers. T...
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