[jboss-user] [JBoss Seam] - Re: @In with configurable component name - is it possible?

petemuir do-not-reply at jboss.com
Wed Apr 25 13:07:47 EDT 2007


I'm not sure how we could improve on:

abstract superclass
potected abstract Foo getFoo();
  | 
  | private doSomething() {
  |      getFoo().doFooAction();
  | }

impl
@In Foo foo;
  | 
  | public Foo getFoo() {
  |    return foo;
  | }

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040694#4040694

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4040694



More information about the jboss-user mailing list