Skip to content

Instantly share code, notes, and snippets.

@damithadayananda
Created April 12, 2019 10:59
Show Gist options
  • Save damithadayananda/cc5273c31ce7c5974fc0f8d4ce94501f to your computer and use it in GitHub Desktop.
Save damithadayananda/cc5273c31ce7c5974fc0f8d4ce94501f to your computer and use it in GitHub Desktop.
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface myType {
public String brokers() default "localhost";
public boolean _continue() default false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment