Skip to content

Instantly share code, notes, and snippets.

@eldermoraes
Created August 31, 2018 12:30
Show Gist options
  • Select an option

  • Save eldermoraes/695a278f86c4a92623ed910fb0237dd6 to your computer and use it in GitHub Desktop.

Select an option

Save eldermoraes/695a278f86c4a92623ed910fb0237dd6 to your computer and use it in GitHub Desktop.
@Qualifier
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE, ElementType.PARAMETER, ElementType.FIELD})
public @interface Zip {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment