[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Bean instantiate order with contextual injection
alesj
do-not-reply at jboss.com
Wed Aug 16 04:53:07 EDT 2006
I've added TypeProvider interface - to help me with determinig the class type of injectee in describeVisit method.
| public interface TypeProvider
| {
|
| Class getType(MetaDataVisitor visitor);
|
| }
|
There are certain classes (ParameterMD, MapMD, ...) that have String value of the injectee class - if this value is set that's what we are looking for, else we go down the stack.
But how to get the actual class - where to get ClassLoader?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965419#3965419
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3965419
More information about the jboss-dev-forums
mailing list