Interface MethodAnnotationScanner.Key<I extends Annotation,O>
- Enclosing interface:
- MethodAnnotationScanner
-
Method Summary
Modifier and TypeMethodDescriptionstatic <I extends Annotation,O>
MethodAnnotationScanner.Key<I,O>
-
Method Details
-
of
static <I extends Annotation,O> MethodAnnotationScanner.Key<I,O> of(Class<I> annotation, Class<O> output) -
getAnnotationClass
-
getOutputClass
-