< prev index next >
src/java.desktop/share/classes/java/beans/beancontext/BeanContextContainerProxy.java
Print this page
@@ -41,12 +41,12 @@
*/
public interface BeanContextContainerProxy {
/**
- * Gets the <code>java.awt.Container</code> associated
- * with this <code>BeanContext</code>.
- * @return the <code>java.awt.Container</code> associated
- * with this <code>BeanContext</code>.
+ * Gets the {@code java.awt.Container} associated
+ * with this {@code BeanContext}.
+ * @return the {@code java.awt.Container} associated
+ * with this {@code BeanContext}.
*/
Container getContainer();
}
< prev index next >