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
/
eclipseAgent
/
lombok
/
eclipse
/
agent
/
PatchValEclipse.java
Age
Commit message (
Expand
)
Author
2018-10-29
eliminate ‘you are using private API’ warnings by streamlining all reflec...
Reinier Zwitserloot
2018-07-25
[Fixes issue #1783] lombok.var / lombok.experimental.var import would be remo...
Reinier Zwitserloot
2018-06-05
Fixes #1676 at least for eclipse: You can now use java10 var in an eclipse th...
Reinier Zwitserloot
2018-02-07
[trivial] copyright header year bump to 2018
Reinier Zwitserloot
2018-02-07
[var] various upgrades to var:
Reinier Zwitserloot
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-04-01
all usage of sneakyThrow is now throw sneakyThrow as it should be.
Reinier Zwitserloot
2012-04-23
Replaced the 'try some reflection and if that fails, oh well' code with catch...
Reinier Zwitserloot
2011-11-20
Additional fix for issue 300: Using 'lombok.val' written out in full would ca...
Reinier Zwitserloot
2011-11-20
Fixed issue 300: 'lombok.val' (vs. just val and an import statement) didn't f...
Reinier Zwitserloot
2011-11-07
Changed copyright notices
Roel Spilker
2011-07-18
Fixes issue 232, now we also patch dom.SingleVariableDecls. Fixes val import ...
grootjans
2011-05-16
Split up PatchVal into the ecj and eclipse bits; in ecj you'd just get NoSuch...
Reinier Zwitserloot