Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-02 | Change http://projectlombok.org to https://projectlombok.org | Roel Spilker | |
2014-03-26 | [i659] suppression of @ConstructorProperties should use config instead. Also ↵ | Roel Spilker | |
modified all onX examples to use two underscores. | |||
2014-01-18 | [configuration] Moved ALL ConfigurationKey constants into ↵ | Reinier Zwitserloot | |
'ConfigurationKeys'; that bug where fields in annotation defs causes issues is too endemic to try and work around these. | |||
2014-01-18 | [configuration] initial batch of configuration keys, primarily for flag usages. | Reinier Zwitserloot | |
2013-02-11 | BIG commit: | Reinier Zwitserloot | |
* re-introduction of onMethod/onConstructor/onParam * tests checking error/warnings rewritten to be more heuristic, in order to accomodate difference in messaging between java6 and java 7 * Ability to eliminate java's own output of erroneous error messages (heh); i.e. those messages that are invalidated by lombok's actions. This mechanism is used for onMethod/onConstructor/onParam * First steps to unifying a billion setGeneratedBy calls into a single visitor traversal for eclipse' HandleGetter/Setter/Constructor/Wither * To simplify 'zooming in' the tests on just a few files, added an 'accept' mechanism. * Updated copyright headers of website to 2013. | |||
2012-11-17 | Updated the javadoc of each and every feature annotation that lombok has: | Reinier Zwitserloot | |
* Removed most documentation and instead put in a link to the much more up to date and extensive documentation at http://projectlombok.org/features * Getting ahead of ourselves a little, added notes on onConstructor/onParam/onMethod which we are about to add in the next few commits. * Updated copyrights to 2012. | |||
2012-11-12 | Fixed two minor javadoc typos in @Getter and @Value. | Reinier Zwitserloot | |
(With thanks to Bart Enkelaar) | |||
2012-07-02 | Fixed issue 374: updated documentation about case insensitive checking for ↵ | Roel Spilker | |
existing methods. | |||
2011-11-07 | Changed copyright notices | Roel Spilker | |
2011-08-15 | Removed support for onMethod, onParam and onConstructor due to javac7 type ↵ | Roel Spilker | |
incapabilities. Issue #251 | |||
2010-11-14 | Make @AnyAnnotation illegal to use | Roel Spilker | |
2010-11-11 | @Getter(lazy=true) support for javac | 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 | |
or the parameter of the generated getter/setter methods. | |||
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 | |