Are you expecting to retrieve metadata from non-public methods
If so then we need to fix AnnotatedElementMetaLoader to let you do that.
Just using getDeclaredMethod() is wrong since it wouldn't be able to
get annotations on methods from a super classes.
It looks like Ales already did this for fields with his findField() call.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166197#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...