[jboss-user] [JBoss Seam] - Re: Injected variable initialization
pete.muir@jboss.org
do-not-reply at jboss.com
Tue Jun 19 14:04:34 EDT 2007
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#4055760
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055760
More information about the jboss-user
mailing list