Just wanted to quickly check with you...
Say I have a class:
@RequestScoped
public abstract class DAOBase
{
...
}
And a subclass:
public class UserDAO extends DAOBase {
}
And I use just-in-time binding to inject UserDAO in a number of
places. Is this injected UserDAO request-scoped? In other words, does
the @RequestScope annotation propagate to subclasses?
--
You received this message because you are subscribed to the Google Groups
"google-guice" 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?hl=en.