commit | 1af1da6af1f59f0bc1f9d048f31279ce5e614c3d | [log] [tgz] |
---|---|---|
author | Jesse Wilson <[email protected]> | Thu Jan 12 19:12:46 2012 -0500 |
committer | Jesse Wilson <[email protected]> | Thu Jan 12 19:12:46 2012 -0500 |
tree | 146635dfef12efe1b6b1e95eaf6d5dc2629ffcbf | |
parent | 679fb66c12a24691a6d7720d79c64c28f5b0532b [diff] |
Two new features for ProxyBuilder: - generate a proxy class directly (with no instance). This is for Mockito. I'm not 100% convinced on this one yet. - generate implemented interfaces. Also fix some bugs with covariant return types. We had bugs when two methods had the same name and parameters but different return types.