This content has been marked as final.
Show 1 reply
-
1. Re: change class based on implementing an interface
chiba Feb 3, 2004 7:39 AM (in response to jcl)You should define a subclass of javassist.reflect.Reflection,
override onWrite() in that subclass, and modify
javassist.reflect.Loader so that it uses your new class instead
of Reflection.
onWrite() can choose which class must be reflective.