Robert wrote: > By 'generated', do you mean a runtime class generated (something like > BCEL for example), not source generation which is then compiled? > > The numbers are impressive regardless.
Yes, everything in CGLIB uses the ASM bytecode manipulation library (http://asm.objectweb.org/) to dynamically generate classes at runtime. Chris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
