Skip to content
#

interface-injection

Here are 2 public repositories matching this topic...

Language: All
Filter by language

In Dagger 2, interface injection refers to the process of injecting dependencies into an interface rather than a concrete class. While interface injection is not the primary approach in Dagger 2 (constructor or field injection is typically used), it can be achieved with the help of the @BINDS annotation.

  • Updated Jun 18, 2023
  • Kotlin

SpringBoot-MultiVersion 是一个为 Spring Boot 项目设计的接口版本管理工具的先前版本的部分源码。它允许在同一个项目中同时存在多个相同路径的接口,通过注解和优先级机制来控制注册和访问的接口版本,实现灵活的版本切换和接口覆盖。

  • Updated Nov 2, 2025
  • Java

Improve this page

Add a description, image, and links to the interface-injection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the interface-injection topic, visit your repo's landing page and select "manage topics."

Learn more