Clement Escoffier wrote > > Hi, > > iPOJO uses ASM to handle annotations. In iPOJO, this choice made perfect > sense as the manipulation is itself built with ASM. This allows to > introspect all the annotations present in the bytecode of classes. > However, it will require that you compile your classes into bytecode and > maybe generate what you need directly in bytecode. > Sounds good :)
Can you give me some pointers in the iPojo code where the introspection of the annotations is done? The scr plugin already uses asm to inject the bind/unbind methods. Regards Carsten -- Carsten Ziegeler [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

