@FunctionalInterface public interface MethodAnnotationMatchProcessor
Modifier and Type | Method | Description |
---|---|---|
void |
processMatch(Class<?> matchingClass,
Executable matchingMethodOrConstructor) |
Process a method annotation match.
|
void processMatch(Class<?> matchingClass, Executable matchingMethodOrConstructor)
matchingClass
- the matching class.matchingMethodOrConstructor
- the Method or Constructor that has the annotation. (Executable is the superclass of both Method
and Constructor.)Copyright © 2018. All rights reserved.