SuffixArgsGeneratorDecider

Allows to define that a certain ArgsGenerator shall be combined as last generator.

Since

2.0.0

Inheritors

Functions

Link copied to clipboard
abstract fun computeSuffixArgsGenerator(annotationData: AnnotationData): ArgsGenerator<*>?

Returns the corresponding ArgsGenerator which shall be used as last generator in GenericArgsGeneratorCombiner.combineFirstWithRest, null in case no ArgsGenerator shall be combined additionally.