I have some JBoss seam services that get autowired to each other by the
runtime using the @In annotation
(http://docs.jboss.org/seam/1.1GA/api/org/jboss/seam/annotations/In.html) on
its fields. I want to use Tapestry IOC container for performing unit tests
on these components and for that I want tapestry to autowire any mocks I put
on its registry. Can I reuse the Seam @In annotations to perform dependency
injection, or do I need to create field accessors ?
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Using-custom-annotations-to-perform-dependency-injection-tp3303325p3303325.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to