Skip to content

Instantly share code, notes, and snippets.

@ubarua123
Created January 13, 2020 07:04
Show Gist options
  • Save ubarua123/61987f5966b18bf4dc6c071da93ba9aa to your computer and use it in GitHub Desktop.
Save ubarua123/61987f5966b18bf4dc6c071da93ba9aa to your computer and use it in GitHub Desktop.
Worker Key Annotation
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
@MapKey
public @interface WorkerKey {
Class<? extends RxWorker> value();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment