This code already returns 4 methods:
| Method[] methods = BeanInfoGenericInterfaceImpl.class.getDeclaredMethods();
|
| methods = [
| public void
org.jboss.test.beaninfo.support.BeanInfoGenericInterfaceImpl.setProperty(java.lang.String),
|
| public volatile void
org.jboss.test.beaninfo.support.BeanInfoGenericInterfaceImpl.setProperty(java.lang.Object),
|
| public volatile java.lang.Object
org.jboss.test.beaninfo.support.BeanInfoGenericInterfaceImpl.getProperty(),
|
| public java.lang.String
org.jboss.test.beaninfo.support.BeanInfoGenericInterfaceImpl.getProperty()]
|
Is method being volatile enough to not include it in our declared methods?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4099912#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...