open fun setProxyInterfaces(proxyInterfaces: Array<Class<*>>): Unit
Specify the set of interfaces being proxied.
If not specified (the default), the AOP infrastructure works out which interfaces need proxying by analyzing the target, proxying all the interfaces that the target object implements.