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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...