Comment by Oum.Larry:

How do I inject a Implementation, if this Implementation needs a Parameter in the constructor? somthing like
{{{
class FooImpl extends Bar implements IFoo{

Parameter param;

public FooImpl(Parameter parameter){
super(parameter);
}
...
}
}}}

thanks in advance

Larry


For more information:
http://code.google.com/p/google-guice/wiki/GuiceDiscussions

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to