Args Range Decider
Responsible to decide what range of arguments should be generated for a given ArgsGenerator.
Since
2.0.0
Inheritors
Functions
Link copied to clipboard
abstract fun decide(argsGenerator: ArgsGenerator<*>, annotationData: AnnotationData? = null): ArgsRange
Returns an ArgsRange based on the given argsGenerator (and most likely the underlying VariistConfig) and annotationData if given.