Skip to content

Instantly share code, notes, and snippets.

@poemsk
Last active May 2, 2020 11:51
Show Gist options
  • Save poemsk/6877b2040d470ee30a353b3a6840c0b6 to your computer and use it in GitHub Desktop.
Save poemsk/6877b2040d470ee30a353b3a6840c0b6 to your computer and use it in GitHub Desktop.
public class ExampleClient {
@AnyThread
public ExampleClient(Context context, @NonNull Configuration config) {
}
@UiThread
public void doSomething() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment