[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Merged ClassInfo annotation view?
alesj
do-not-reply at jboss.com
Wed Oct 29 05:46:55 EDT 2008
"scott.stark at jboss.org" wrote : Do we have framework to augment the ClassInfo with annotation information from other sources, such as mc BeanMetaData?
|
It's called MDR. :-)
See how I check for annotations in our MC IoC,
regardless of what source they come from:
- http://anonsvn.jboss.org/repos/jbossas/projects/microcontainer/trunk/kernel/src/main/java/org/jboss/kernel/plugins/annotations/CommonAnnotationAdapter.java
ClassInfo is not the right place to augment this,
as this annotation/metadata info is per instance,
hence you need some middle layer to bind the two == MDR.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185309#4185309
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185309
More information about the jboss-dev-forums
mailing list