Having created a test case, I found what I was doing wrong. I was expecting PlasticField.createAccessors() to understand covariant return types, and so "pc.introduceField(Foo.class).createAccessors(..)" would override "Object getFoo()"; it doesn't.
I now have everything working without the need for raw ASM. Thanks! - Phil On 20/02/14 14:34, Thiago H de Paula Figueiredo wrote: > I'd also add the Tapestry-IoC classes that create service proxies. > > On Thu, 20 Feb 2014 11:03:09 -0300, Lance Java > <lance.j...@googlemail.com> wrote: > >> Possibly the most comprehensive use of plastic is the test cases >> https://github.com/apache/tapestry-5/tree/master/plastic/src/test/groovy/org/apache/tapestry5/plastic >> >> >> After that, it's worth checking out Taha's blog >> http://tawus.wordpress.com/category/plastic/ > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org