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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...