Commit Graph

9 Commits

Author SHA1 Message Date
Reinier Zwitserloot 75da1e2481 updated copyright year in documentation 2015-01-26 08:47:39 +01:00
Roel Spilker 815f7d0fe8 [i738] Fix link to configuration system on Android setup page. 2014-10-24 11:07:00 +02:00
Reinier Zwitserloot df7be9752a [website] tweaked and reworded contributed instructions for gradle and Android Studio for the website. 2014-05-07 23:26:48 +02:00
dodgex b1ffdc0675 Update android.html
`apt` is only required when using android-apt plugin
2014-05-02 12:02:49 +02:00
dodgex 9417215f27 Update android.html
added info about @java.beans.ConstructorProperties
2014-05-02 10:53:21 +02:00
dodgex 1996b7e58f Add Android Studio / Gradle instructions 2014-05-01 17:52:57 +02:00
Reinier Zwitserloot aafd83079a BIG commit:
* 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.
2013-02-11 22:34:48 +01:00
Reinier Zwitserloot 88e95158f0 Expanded on android+maven+eclipse instructions. 2012-03-22 16:55:33 +01:00
Reinier Zwitserloot 6ca2a91d6b Added documentation (and a minor tidbit of support) for android. 2012-03-19 22:04:20 +01:00