Skip to content

Instantly share code, notes, and snippets.

@ParkSangSun1
Last active August 25, 2021 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ParkSangSun1/5ff16ab6b1e8959eae75deb48fef4a91 to your computer and use it in GitHub Desktop.
Save ParkSangSun1/5ff16ab6b1e8959eae75deb48fef4a91 to your computer and use it in GitHub Desktop.
의존성 - 생성자 주입
class Client(private val service1 : Service1) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment