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
/
HandleSetter.java
Age
Commit message (
Expand
)
Author
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-08-16
Renamed Javac.getCTCint to getCtcInt
Roel Spilker
2011-08-15
Removed support for onMethod, onParam and onConstructor due to javac7 type in...
Roel Spilker
2011-06-20
Javac/EclipseAnnotationHandler are now abstract classes instead of interfaces...
Reinier Zwitserloot
2011-05-30
tracking if an annotation has been handled or not is now no longer done
Reinier Zwitserloot
2011-02-07
Presence of isFoo(), hasFoo(), and getFoo(), as well as properties named 'isF...
Reinier Zwitserloot
2010-12-18
Moved all the Compile time constants from the Javac handlers and supporting c...
grootjans
2010-11-11
Merge branch 'master' into lazyinit
Roel Spilker
2010-11-11
@Getter(lazy=true) support for javac
Roel Spilker
2010-11-10
Merge branch 'fixDelombok'
Reinier Zwitserloot
2010-11-10
From now on it is possible to specify annotations to be placed on the method
Roel Spilker
2010-11-09
Experiment to try and make java 'self referential' by deleting the Enter and ...
Reinier Zwitserloot
2010-10-01
Setter now supports 'onMethod=@Annotations' and 'onParam=@Annotations' for ja...
Reinier Zwitserloot
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-20
@Getter int x, y; used to only apply to 'x', now it applies to both x and y.
Reinier Zwitserloot
2010-07-20
import lombok.AccessLevel is now also removed during delomboking.
Reinier Zwitserloot
2010-07-17
Implements issue #129: @Getter and @Setter are now legal on entire types.
Reinier Zwitserloot
2009-12-15
Clarified previous commit with a comment.
Reinier Zwitserloot
2009-12-15
Potential fix for issue #83.
Reinier Zwitserloot
2009-12-04
Fix for issue #75: If 'setURL' exists, then lombok will no longer make a 'set...
Reinier Zwitserloot
2009-11-28
Moved TransformationsUtil to a new package.
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