"alesj" wrote :
| And I'll see if I can handle static methods in a single iteration as well.
|
| Set<MethodInfo> methods = info.getMethods();
|
This doesn't return static methods,
hence we need to call ClassInfo::getDeclaredMethods which does.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230025#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...