Skip to content

Instantly share code, notes, and snippets.

@amitkma
Last active September 29, 2017 05:45
Show Gist options
  • Save amitkma/62c7039cf493b9ed0115aa6b137339f9 to your computer and use it in GitHub Desktop.
Save amitkma/62c7039cf493b9ed0115aa6b137339f9 to your computer and use it in GitHub Desktop.
@Target({ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@MapKey
@interface ViewHolderKey {
MessageType value();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment