Skip to content

Instantly share code, notes, and snippets.

@eldermoraes
Created August 31, 2018 12:28
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/1e4507d22106a2e74cdf108983ab4b0d to your computer and use it in GitHub Desktop.
Save eldermoraes/1e4507d22106a2e74cdf108983ab4b0d to your computer and use it in GitHub Desktop.
@Qualifier
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE, ElementType.PARAMETER, ElementType.FIELD})
public @interface Pdf {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment