[jboss-dev-forums] [Design the new POJO MicroContainer] - AOPDependencyBuilder needs IntrospectionTypeInfoFactoryImpl
alesj
do-not-reply at jboss.com
Wed Aug 8 04:42:28 EDT 2007
AOPDependencyBuilder should use existing IntrospectionTypeInfoFactoryImpl, not creating new one:
| public class AOPDependencyBuilder extends AbstractDependencyBuilder
| {
| private static final String DEPENDENCY_CLASS_NAME = Dependency.class.getName();
| private static final String DEPENDENCY_NAME_ATTRIBUTE = "name";
| IntrospectionTypeInfoFactory
| private static final IntrospectionTypeInfoFactoryImpl typeInfoFactory = new IntrospectionTypeInfoFactoryImpl();
|
Simple change to IntrospectionTypeInfoFactory is not enough - needing AnnotationHelper.
There should be some sort of AnnotationHelper introduction on the existing IntrospectionTypeInfoFactoryImpl in IntrospectionTypeInfoFactory.delegate.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4071889#4071889
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4071889
More information about the jboss-dev-forums
mailing list