aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/Getter.java
AgeCommit message (Expand)Author
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-17No retention at all seems much smarter, because then it wouldn't be neccessar...Reinier Zwitserloot
2009-06-12For the strangest reason, compiling Getter with javac fails; it wants AccessL...Reinier Zwitserloot
2009-06-08Initial commit. As a proof of concept, it already works in javac and eclipse!Reinier Zwitserloot