@FunctionalInterface public interface ClassAnnotationMatchProcessor
Modifier and Type | Method and Description |
---|---|
void |
processMatch(Class<?> classWithAnnotation)
Process an annotation class match.
|
void processMatch(Class<?> classWithAnnotation)
classWithAnnotation
- The annotation class to process.Copyright © 2018. All rights reserved.