Created
June 4, 2019 17:30
-
-
Save alaershov/5cb65fc5d9cd27d690b40ad56a3c0fec to your computer and use it in GitHub Desktop.
Toothpick: open App scope
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
public final class App extends Application { | |
@Override | |
public void onCreate() { | |
super.onCreate(); | |
Scope appScope = Toothpick.openScope("APP"); | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment