Ah, if you have something like

public abstract class MyAbstractClass {
  | 
  |    @In protected Foo foo;
  |    ...
  | }

public class MyClass extends MyAbstractClass {
  |    // Do something with foo
  | }

it should work.  If you are unsure, post what you've got.


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073589
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to