Re: dynamically install a method/property to be visible through reflexion?

2021-08-30 Thread Jochen Theodorou
On 31.08.21 04:58, OCsite wrote: [...]>> ... Of course you can also redefine the class on loading, then you can basically do whatever. redefine is the wrong word here I guess... Yup, I guess conceptually, there is not much difference between (a) creating a subclass containing methods I need

Re: dynamically install a method/property to be visible through reflexion?

2021-08-30 Thread OCsite
Jochen, thanks a lot! > On 29 Aug 2021, at 19:22, Jochen Theodorou wrote: > On 28.08.21 14:46, OCsite wrote: >> Pity not even today's Java supports something like Objective-C runtime >> support for managing the methods in a class :( >> >> Anyway, I might try to create my (sub)classes dynamicall