Searched refs:DelegatedInvocationHandler (Results 1 – 1 of 1) sorted by relevance
31 DelegatedInvocationHandler(delegate) in automagicTypedProxy()34 class DelegatedInvocationHandler(private val delegate: Any) : InvocationHandler { in automagicTypedProxy() class