GWT GIN Field Level Injection
问题 We are evaluating using GIN in out GWT project and have had good results with typical injection via constructor arguments. The thing we have had difficulty with is field level injection. The fields always end up being null. Does anyone have a good example of how to properly achieve filed level injection with GIN? Update: Here is some example code similar to ours: public class MVP implements EntryPoint { public static final HandlerManager EVENT_BUS = new HandlerManager(null); private final