[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Generic properties on interface and impl class

alesj do-not-reply at jboss.com
Mon Oct 29 12:29:17 EDT 2007


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#4099912

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



More information about the jboss-dev-forums mailing list