ProxyableInspektion
class ProxyableInspektion<T : Any>(val inspektion: Inspektion<T>, factory: (ProxyHandler) -> T)(source)
An Inspektion of a class, and a method for creating proxies of it.
An Inspektion of a class, and a method for creating proxies of it.