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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user