@FunctionalInterface public interface ClassAnnotationMatchProcessor
| Modifier and Type | Method | 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.