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
/
javac
/
handlers
/
JavacHandlerUtil.java
Age
Commit message (
Expand
)
Author
2010-11-11
@Getter(lazy=true) support for javac
Roel Spilker
2010-11-10
From now on it is possible to specify annotations to be placed on the method
Roel Spilker
2010-11-06
Added support for Log4J, Commons and JUL in the javac handler
Roel Spilker
2010-11-03
Intial support for @Log, for now only slf4j
Roel Spilker
2010-07-28
Fix for issue #136: @Getter and @Setter now work on static fields again.
Reinier Zwitserloot
2010-07-22
toString(), equals(), and hashCode() now use getX() instead of x if either it...
Reinier Zwitserloot
2010-07-21
Added using .getX() instead of using .x in equals, hashCode, and toString. Al...
Reinier Zwitserloot
2010-07-21
Refactor: for using this.getX() instead of this.x in generated toString(), eq...
Reinier Zwitserloot
2010-07-20
bugfix: The previous fix to stop removal of lombok annotations unless delombo...
Reinier Zwitserloot
2010-07-20
import lombok.AccessLevel is now also removed during delomboking.
Reinier Zwitserloot
2010-07-19
[TRIVIAL] in case of bugs and we drop to toModifier() for AccessLevel.NONE, w...
Reinier Zwitserloot
2010-07-18
All generated fields and methods now get a @SuppressWarnings("all").
Reinier Zwitserloot
2010-07-17
In our efforts to eliminate annotations for delombok, we also eliminated all ...
Reinier Zwitserloot
2009-12-04
Prep work for fixing issue #75.
Reinier Zwitserloot
2009-11-28
Moved TransformationsUtil to a new package.
Reinier Zwitserloot
2009-11-27
Pretty crucial bugfix that stopped all lombok annotations on types from worki...
Reinier Zwitserloot
2009-11-27
Thorough work on inserting comments in the proper place for delombok; should ...
Roel Spilker
2009-11-25
Refactored the source folders.
Reinier Zwitserloot