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
Age
Commit message (
Expand
)
Author
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.*; wasn't working in eclipse. It is now.
Reinier Zwitserloot
2010-07-19
Added support for @ConstructorProperties generation for generated constructors.
Reinier Zwitserloot
2010-07-19
[TRIVIAL] in case of bugs and we drop to toModifier() for AccessLevel.NONE, w...
Reinier Zwitserloot
2010-07-19
Added support for @NoArgsConstructor, @RequiredArgsConstructor and @AllArgsCo...
Reinier Zwitserloot
2010-07-18
All generated fields and methods now get a @SuppressWarnings("all").
Reinier Zwitserloot
2010-07-18
All field accesses done by generated lombok methods are now qualified with 't...
Reinier Zwitserloot
2010-07-17
Implements issue #129: @Getter and @Setter are now legal on entire types.
Reinier Zwitserloot
2010-07-16
Updated to helios. A few new warnings popped up; handled those.
Reinier Zwitserloot
2010-07-12
Changed build system to ivy.
Reinier Zwitserloot
2009-12-30
Sanity check on running patch scripts for eclipse - if its already been done ...
Reinier Zwitserloot
2009-12-30
Added copyright notices.
Reinier Zwitserloot
2009-12-30
Command line compiling with ecj at source 1.6 now works!
Reinier Zwitserloot
2009-12-30
Merge branch 'master' into ecj
Reinier Zwitserloot
2009-12-29
Fix for issue #93: Naming your class GetFoo prevents lombok from making a get...
Reinier Zwitserloot
2009-12-23
work in progress on ecj support.
Reinier Zwitserloot
2009-12-23
prep for this class working better for ecj.
Reinier Zwitserloot
2009-12-23
HandlerLibrary now uses the proper context.
Reinier Zwitserloot
2009-12-23
Abstracted out stuff that only works in a full eclipse and not in ECJ.
Reinier Zwitserloot
2009-12-21
Fixes issue #84: @Data and many other annotations couldn't deal with wildcard...
Reinier Zwitserloot
2009-12-04
Fix for issue #75: If 'setURL' exists, then lombok will no longer make a 'set...
Reinier Zwitserloot
2009-12-04
Prep work for fixing issue #75.
Reinier Zwitserloot
2009-12-02
Changed the order of the generated methods in for @Data
Roel Spilker
2009-11-29
Fixed premature removal of imports
Roel Spilker
2009-11-28
Moved TransformationsUtil to a new package.
Reinier Zwitserloot
2009-11-27
Added change tracking so that 1 AST instance can tell you if any processor ch...
Roel Spilker
2009-11-25
Refactored the source folders.
Reinier Zwitserloot