Skip to content

Instantly share code, notes, and snippets.

@ljnelson
Created February 14, 2018 21:55
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 ljnelson/d115d54a0a992fc42d51ff2319321ec9 to your computer and use it in GitHub Desktop.
Save ljnelson/d115d54a0a992fc42d51ff2319321ec9 to your computer and use it in GitHub Desktop.
Custom Qualifier
@Documented
@KubernetesEventSelector
@Qualifier
@Retention(value = RetentionPolicy.RUNTIME)
@Target({ ElementType.METHOD, ElementType.PARAMETER })
public @interface AllConfigMapEvents {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment