NoAutoArgumentUnwrapping

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class NoAutoArgumentUnwrapping

When invoking a function via KFunctionAdapter, Value arguments are automatically unwrapped to their raw value, unless this annotation is present on the Value subclass.