[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 08:20:09 EDT 2006
Of course, every metadata class that takes part in this would need
to implement an interface that defines the getType(),
e.g. based on what was retrieved from the stack
advmd -> (NewInterface) propertyMetaData.getType()
advmd -> (NewInterface) parameterMetaData.getType() -> (NewInterface) constructor.getType()
Also, for the parameters, there would need to be some notion
of "index" so you know which parameter you are working with.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965241#3965241
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965241
More information about the jboss-dev-forums
mailing list