Created
May 25, 2020 17:34
-
-
Save qzagarese/03d7aa7ad79f9cdb98fa3e7225749791 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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