aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/Setter.java
AgeCommit message (Expand)Author
2009-10-16Switched all use of <code></code> in javadoc to {@code}.Reinier Zwitserloot
2009-07-26[TYPOS]Reinier Zwitserloot
2009-07-06Fixed javadoc problems, and added a javadoc target to the build script.Reinier Zwitserloot
2009-07-06Last massive documentation dump. All basic javadoc is now done, though especi...Reinier Zwitserloot
2009-06-21Due to a java bug, constants in enums don't work, so instead the default acce...Reinier Zwitserloot
2009-06-19Added initial support for the @Data annotation. Currently produces getters an...Reinier Zwitserloot
2009-06-17Added the SetterHandler for javac. Also added a way to get the SymbolTable on...Reinier Zwitserloot