Package org.incendo.cloud.annotations
Interface PreprocessorMapper<A extends Annotation,C>
-
Method Summary
Modifier and TypeMethodDescriptionmapAnnotation(@NonNull A annotation) Maps the givenannotationto aargument preprocessor.
-
Method Details
-
mapAnnotation
Maps the givenannotationto aargument preprocessor.- Parameters:
annotation- the annotation- Returns:
- the argument preprocessor
-