[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Bean instantiate order with contextual injection

adrian@jboss.org do-not-reply at jboss.com
Tue Aug 15 06:16:12 EDT 2006


"alesj" wrote : 
  | Crawl back all to the constructorMD / parameterMD for some info which will help me in 'placeholder' dependency item?

These should be available in the MetaDataVisitor.
i.e. create a "stack" of previously visited objects in the branch,
so in the case above you would have:

BeanMetaData
ConstructorMetaData
ParameterMetaData
ArrayMetaData

in the "stack".

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

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



More information about the jboss-dev-forums mailing list