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
/
Setter.java
Age
Commit message (
Expand
)
Author
2014-03-26
[i659] suppression of @ConstructorProperties should use config instead. Also ...
Roel Spilker
2014-01-18
[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...
Reinier Zwitserloot
2014-01-18
[configuration] initial batch of configuration keys, primarily for flag usages.
Reinier Zwitserloot
2013-02-11
BIG commit:
Reinier Zwitserloot
2012-11-17
Updated the javadoc of each and every feature annotation that lombok has:
Reinier Zwitserloot
2012-07-02
Fixed issue 374: updated documentation about case insensitive checking for ex...
Roel Spilker
2011-11-07
Changed copyright notices
Roel Spilker
2011-08-15
Removed support for onMethod, onParam and onConstructor due to javac7 type in...
Roel Spilker
2010-11-14
Make @AnyAnnotation illegal to use
Roel Spilker
2010-11-10
Made AnyAnnotation deprecated
Roel Spilker
2010-11-10
From now on it is possible to specify annotations to be placed on the method
Roel Spilker
2010-10-01
Setter now supports 'onMethod=@Annotations' and 'onParam=@Annotations' for ja...
Reinier Zwitserloot
2010-07-17
Implements issue #129: @Getter and @Setter are now legal on entire types.
Reinier Zwitserloot
2009-11-25
Refactored the source folders.
Reinier Zwitserloot