hmm. I'm not a big fan of how this is implemented. I think it might be better to inject a Provider<foo> and then just call get() on that. That would allow us to make those fields final variables.
On Thu, Jun 24, 2010 at 9:37 PM, <[email protected]> wrote: > Patch which address non-transient non-serializable Servlet instance > fields > > > http://codereview.appspot.com/1712045/show >
