Skip to content

Instantly share code, notes, and snippets.

@ederign
Created September 7, 2018 22:02
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 ederign/31d2886f944394ea39f5d4800da41521 to your computer and use it in GitHub Desktop.
Save ederign/31d2886f944394ea39f5d4800da41521 to your computer and use it in GitHub Desktop.
clustered.java
@Qualifier
@Retention(RUNTIME)
@Target({TYPE})
public @interface Clustered {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment