Unsafe CMT initialization
Brought to you by:
jlessner
When providing multiple wildcard-based CMT specifications for one component, it is not safely predictable which attribute is assigned to methods which match both wildcard expressions. It would be helpful if the CMT initializer of the wired container shows at least a warning if CMT attributes are assigned to a component method on a wildcard basis.
Logged In: YES
user_id=804640
Originator: YES
This is a missunderstanding of "wildcards" in CMT. There can only occur "*" to specifiy a default and concrete method names otherwise. Multiple wildcard expressions are not allowed at all.