< prev index next >
src/java.desktop/share/classes/java/beans/beancontext/BeanContextServiceProviderBeanInfo.java
Print this page
@@ -36,12 +36,12 @@
*/
public interface BeanContextServiceProviderBeanInfo extends BeanInfo {
/**
- * Gets a <code>BeanInfo</code> array, one for each
+ * Gets a {@code BeanInfo} array, one for each
* service class or interface statically available
* from this ServiceProvider.
- * @return the <code>BeanInfo</code> array
+ * @return the {@code BeanInfo} array
*/
BeanInfo[] getServicesBeanInfo();
}
< prev index next >