Comment #2 on issue 548 by bestwing: Same Module Mutiple Implementation
Problem
http://code.google.com/p/google-guice/issues/detail?id=548
public class BadPlayer implements Player {
public void bat() {
System.out.println("I can't hit any ball");
}
public void bowl() {
System.out.println("I can't also bowl");
}
}
--
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.