据我所知,documentation并没有描述如何做到这一点。
我有一个片段在其onAttach方法中调用AndroidSupportInjection.inject。看看该方法的实现,似乎我必须确保将Fragment添加到实现HasDispatch(支持)FragmentInjector的活动中,可能类似于https://github.com/google/dagger/blob/master/javatests/dagger/android/AndroidInjectionTest.java#L60。有更好的方法吗?