Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save qzagarese/77cf8387168e362865361eafd47d3775 to your computer and use it in GitHub Desktop.
Save qzagarese/77cf8387168e362865361eafd47d3775 to your computer and use it in GitHub Desktop.
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.RUNTIME)
@Handler(MyAnnotationHandler.class) // ← link to the handler
public @interface MyAnnotation {
String foo();
String bar();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment