ParameterAnnotationEnhancer

class ParameterAnnotationEnhancer : TypeUsage.Enhancer

Annotations of a Kotlin's parameter's type (e.g. aParam: @MyAnnotation MyType) must be added explicitly.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun forParameter(original: TypeUsage, parameter: Parameter): TypeUsage