[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: MutableClassInfo?

stale.pedersen@jboss.org do-not-reply at jboss.com
Wed Jan 14 06:59:50 EST 2009


if we could design us away from the usage of javassist.bytecode.ClassFile and perhaps include that into MutableClassInfo we would get away with only using the MCI object in aop.
from what i can see now there is only one place where we use ClassFile for something else than getting annotation metadata and that is in org.jboss.aop.standalone.Compiler where its used to find classname from a byte[]. this can be done with CtClass too, but i guess that doing it with ClassFile is more efficient...?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201721#4201721

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201721



More information about the jboss-dev-forums mailing list