Created
April 28, 2022 10:50
-
-
Save YuanLiou/b152566d4eb9f2dda617519ad05949bf to your computer and use it in GitHub Desktop.
Hilt scope sample 02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Singleton | |
class MyCustomManager @Inject constructor() { | |
// 省略內容 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment