The common case for injecting dependencies into a class is with constructor injection. This involves annotating a constructor on the class with @Inject.
確定! 回上一頁