How about using an @Factory method
@In Foo foo;
|
| @Out Bar bar;
|
| @Factory("bar")
| public void initBar() {
| // do your init.
| }
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055760#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...