Created
January 13, 2020 07:04
-
-
Save ubarua123/61987f5966b18bf4dc6c071da93ba9aa to your computer and use it in GitHub Desktop.
Worker Key Annotation
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
@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