"wolfc" wrote : The trouble starts in:
| AbstractMutableComponentMetaDataLoader.addAnnotation(Member member, T annotation)
|
| The sub component signature becomes MethodSignature instead of
DeclaredMethodSignature.
|
| For the moment I'll try to work around this with addAnnotation(Signature
signature, T annotation).
How's it supposed to know whether addAnnotation(Method, Annotation)
should be a MethodSignature or DeclaredMethodSignature?
A general metadata loader (in this case the memory loader for storing the xml)
doesn't even know what the class is so it can't even search to see whether
it is a private Method that is masked by a different method in that class or one
of its super classes.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4170573#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...