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
/
HandleVal.java
Age
Commit message (
Expand
)
Author
2021-09-27
[fixes #2972] Use simple type, move code to patch method
Rawi01
2021-09-06
Replace val with native final var in Java >= 10
Rawi01
2021-03-16
[build] sped up the build considerable.
Reinier Zwitserloot
2018-02-07
[var] various upgrades to var:
Reinier Zwitserloot
2016-11-21
Some refinement on var
Roel Spilker
2016-11-12
a initialization of variable like "var o = null;" will throw the compile tim...
Bulgakov Alexander
2016-11-12
imports expanded, idents aligned
Bulgakov Alexander
2016-10-26
The @var annotation has been moved to the experimental package.
Bulgakov Alexander
2016-10-24
added supporting of @var variables. The @var annotation has the same function...
Bulgakov Alexander
2014-03-04
[configuration] Merge branch 'master' as we work on configuration.
Reinier Zwitserloot
2014-02-27
Fixed some issues when using lambda expressions in eclipse using the beta JDK...
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
2012-08-10
* Added priorities to handlers, along with implementation of the priority sys...
Reinier Zwitserloot
2012-04-03
Philipp Eichhorn's patch to use marker annotations instead of boolean-returni...
Reinier Zwitserloot
2012-02-15
'val' is no longer legal in basic for loops now. Fixes issue #346
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-06-02
Eclipse handlers can now opt out of being run in diet-parse mode. Fixes Synch...
Reinier Zwitserloot
2010-12-22
After 2 weeks of debugging, finally figured out val in eclipse using lombok.v...
Reinier Zwitserloot
2010-11-09
Experiment to try and make java 'self referential' by deleting the Enter and ...
Reinier Zwitserloot
2010-11-08
'val' now also works in foreach loops, on both javac and ecj / eclipse.
Reinier Zwitserloot
2010-11-07
'val' support for eclipse.
Reinier Zwitserloot