< prev index next >

src/java.desktop/share/classes/java/beans/beancontext/BeanContextServiceProviderBeanInfo.java

Print this page

        

*** 36,47 **** */ public interface BeanContextServiceProviderBeanInfo extends BeanInfo { /** ! * Gets a <code>BeanInfo</code> array, one for each * service class or interface statically available * from this ServiceProvider. ! * @return the <code>BeanInfo</code> array */ BeanInfo[] getServicesBeanInfo(); } --- 36,47 ---- */ public interface BeanContextServiceProviderBeanInfo extends BeanInfo { /** ! * Gets a {@code BeanInfo} array, one for each * service class or interface statically available * from this ServiceProvider. ! * @return the {@code BeanInfo} array */ BeanInfo[] getServicesBeanInfo(); }
< prev index next >