[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: AOPDependencyBuilder needs IntrospectionTypeInfoFactoryI
alesj
do-not-reply at jboss.com
Wed Aug 15 12:31:47 EDT 2007
"alesj" wrote :
| Simple change to IntrospectionTypeInfoFactory is not enough - needing AnnotationHelper.
|
I added two new classes:
| public class (Introspection|Javassist)AnnotationHelper extends (Introspection|Javassist)TypeInfoFactory implements AnnotationHelper
| {
| ...
| }
|
And the delegate is now protected in (Introspection|Javassist)TIF.
So, when you need both - TIF and AnnotationHelper - reference, as in AOPDependencyBuilder case, you can simply use one of these.
Is this OK?
Currently there is just one usage - the mentioned one. :-)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4074504#4074504
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4074504
More information about the jboss-dev-forums
mailing list