Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save qzagarese/247987fca9753df3d0a8163f8862f3fa to your computer and use it in GitHub Desktop.
Save qzagarese/247987fca9753df3d0a8163f8862f3fa to your computer and use it in GitHub Desktop.
@Target(ElementType.ANNOTATION_TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Handler {
Class<? extends AnnotationHandler> value();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment