Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-17 | No retention at all seems much smarter, because then it wouldn't be ↵ | Reinier Zwitserloot | |
neccessary to have the lombok.jar in the deployment path of whatever you write WITH lombok, which is a good idea. Though - rewriting to e.g. a Lombok.sneakyThrow() call would require lombok.jar anyway. We'll cross that bridge when we get there. | |||
2009-06-12 | For 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-08 | Initial commit. As a proof of concept, it already works in javac and eclipse! | Reinier Zwitserloot | |