aboutsummaryrefslogtreecommitdiff
path: root/src/core/lombok/javac/handlers/HandleValue.java
AgeCommit message (Expand)Author
2018-05-28Generate default no-args constructorRoel Spilker
2018-04-23Allow onMethod and onParam in @Getter and @Setter if it is put on a typeRoel Spilker
2018-03-27[trivial] some memoryload improvements by not making a new instance but using...Reinier Zwitserloot
2018-02-07As we’re preparing to release v2, we want to delete the experimental editio...Reinier Zwitserloot
2014-01-18[configuration] Moved ALL ConfigurationKey constants into 'ConfigurationKeys'...Reinier Zwitserloot
2014-01-18[configuration] implementation of flagUsage for all handlers.Reinier Zwitserloot
2013-06-25deprecating the old Value annotation also added deprecation warnings to where...Reinier Zwitserloot
2013-06-25Value has been promoted to the main package.Reinier Zwitserloot
2013-06-16Most of the javac implementation for HandleBuilder, plusReinier Zwitserloot
2013-02-18Changed @Value to no longer imply @Wither. Usually you want onlyReinier Zwitserloot
2012-08-13FieldDefaults (and Value) did not call .rebuild() after changing modifiers. T...Reinier Zwitserloot
2012-08-10* Added priorities to handlers, along with implementation of the priority sys...Reinier Zwitserloot
2012-08-06Added @Value and @FieldDefaults implementations for javac and ecj, the annota...Reinier Zwitserloot