Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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