Support Dynamic Proxy #6244
Labels
area-core-library
SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries.
closed-duplicate
Closed in favor of an existing report
type-enhancement
A request for a change that isn't a bug
This issue was originally filed by @tomyeh
I am looking forward a mechanism similar to Java's dynamic proxy. Without it, it is tedious to intercept a complicated class.
Mixin + implicit class seems possible but the class has to be declared at compile time and there must be a concrete public class available.
The text was updated successfully, but these errors were encountered: