@Singleton annotation
MateuszKubuszok opened this issue · 1 comments
MateuszKubuszok commented
Create separate annotation for creating classes that should be "singletons" - having only one instance of Provider
that will always return the same object.
MateuszKubuszok commented
Done