aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/Getter.java
AgeCommit message (Collapse)Author
2009-06-12For the strangest reason, compiling Getter with javac fails; it wants ↵Reinier Zwitserloot
AccessLevel, but has AccessLevel. Yah, WTF. Turning AccessLevel into its FQN: lombok.AccessLevel fixes it. javac bug?
2009-06-08Initial commit. As a proof of concept, it already works in javac and eclipse!Reinier Zwitserloot