aboutsummaryrefslogtreecommitdiff
path: root/src/lombok/Data.java
AgeCommit message (Expand)Author
2009-07-11'fixed' data up a bit by including only the final fields for the constructor.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-23Removed the equalsPrime thing, because that's just needlessly putting impleme...Reinier Zwitserloot
2009-06-19Added initial support for the @Data annotation. Currently produces getters an...Reinier Zwitserloot