Skip to content

Instantly share code, notes, and snippets.

@eldermoraes
Created August 31, 2018 12:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eldermoraes/695a278f86c4a92623ed910fb0237dd6 to your computer and use it in GitHub Desktop.
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