[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Warning for potential parameter matching issues
alesj
do-not-reply at jboss.com
Thu May 28 16:38:20 EDT 2009
If we're about to check all possible matches due to missing info,
I would then suggest we use a better mechanism/structure as just plain iteration + matching.
What that exactly is one would need to check some theory,
but this is what I would like at the end:
| MatchingMechanism m = ...;
| CtorInfo ctor = m.findCtor(paramTypes, failIfNoMatch, failIfMultiple);
|
Where this would account for everything, e.g. possible progression, ...
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4233989#4233989
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4233989
More information about the jboss-dev-forums
mailing list