public static interface ParameterVisitor.OptionVisitor
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
onOption(int index,
ParameterMetadata meta,
java.lang.reflect.AnnotatedElement annotations) |
java.lang.Object onOption(int index,
ParameterMetadata meta,
java.lang.reflect.AnnotatedElement annotations)
index - index of the current option.meta - metadata for the current option.annotations - parameter annotations.Copyright © 2014-2023 Tomitribe Corporation. All Rights Reserved.