Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save qzagarese/03d7aa7ad79f9cdb98fa3e7225749791 to your computer and use it in GitHub Desktop.
Save qzagarese/03d7aa7ad79f9cdb98fa3e7225749791 to your computer and use it in GitHub Desktop.
public interface AnnotationHandler<T extends Annotation> {
void handle(ScanContext scanContext, FrameworkAnnotationContext<T> annotationContext);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment