users@jersey.java.net

[Jersey] _at_Context field injection timing

From: <msummers57_at_gmail.com>
Date: Fri, 20 Jan 2012 18:35:19 +0000 (GMT)

At what point in the object's lifecycle is field level Context
injection done?

I've run a simple experiment and can get @Context UriInfo injected on
the constructor and a setter bean but can't seem to get a @Context
annotated field set.

TIA.