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

stale.pedersen@jboss.org do-not-reply at jboss.com
Tue Jan 13 17:22:13 EST 2009


as we've stated in the aop design forum (and here) is that the current state of jboss-reflect is too limited for aop to use at all. a well designed MutableClassInfo can change that though. 
from what i can see it has to support the following:

- the possibility to create a classobjectrepresentation from a byte[]/File/Url
- be able to change/add/remove fields/methods/constructors/classes similiar to what javassist support
- do finegrained operations/checks ala annotation visibility (which is only possible with javassist and not java.lang.reflect afaik)
- be able to get a classobjectrepresentations (ala ClassFile in javassist) from an existing ClassInfo object
- support scoped classpools
++?

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

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



More information about the jboss-dev-forums mailing list