PrepareKeyInvocationHandler
class PrepareKeyInvocationHandler(metadata: PrepareKeyMetadata<*>, val delegate: PrepareKey<*>) : Decorator<PrepareKey<*>> , InvocationHandler
Invocation handler for PrepareKey proxy instances. This handler delegates method calls to the underlying PrepareKey implementation, with special handling for default methods in interfaces.