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
/
HandleFieldDefaults.java
Age
Commit message (
Expand
)
Author
2022-08-25
Fix typos
Michael Ernst
2021-10-22
[fixes #2995] Skip records for field defaults via config
Rawi01
2021-03-22
Merge branch 'records'
Reinier Zwitserloot
2021-03-16
[build] sped up the build considerable.
Reinier Zwitserloot
2020-09-10
Add record support
Rawi01
2016-12-05
Fixes #1254: Value and FieldDefaults should skip static fields
Roel Spilker
2015-10-06
Belated updated to previous commit for config-key field defaults: Don’t rea...
Reinier Zwitserloot
2015-10-06
New feature: FieldDefaults can now be configured to apply to _every_ file, re...
Reinier Zwitserloot
2015-09-24
[Closes #928] `@Value` no longer makes uninitialized static fields final
Roel Spilker
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-07-16
* Fixed issues with @FieldDefaults and @Value (you can NOT override
Reinier Zwitserloot
2012-09-03
@FieldDefaults was causing template suggestions to not appear sometimes.
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