[jboss-dev-forums] [Design of JBossXB] - Re: annotations on properties declared in interfaces

adrian@jboss.org do-not-reply at jboss.com
Thu Oct 25 10:34:15 EDT 2007


NOTE: Fundamentally, this is using java.lang.Class.getDeclaredMethods()
and repeating for all super classes and finally matching the total set
using getters and setters.

Try doing YourClass.class.getDeclaredMethods() followed by super classes
and see what it says, or alternatively use BeanInfo.getMethods() to see
the whole thing.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4098855#4098855

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4098855



More information about the jboss-dev-forums mailing list