< prev index next >
src/java.desktop/share/classes/java/beans/DesignMode.java
Print this page
@@ -61,13 +61,13 @@
* If the implementing object is an instance of java.beans.beancontext.BeanContext,
* or a subinterface thereof, then that BeanContext should fire a
* PropertyChangeEvent, to its registered BeanContextMembershipListeners, with
* parameters:
* <ul>
- * <li><code>propertyName</code> - <code>java.beans.DesignMode.PROPERTYNAME</code>
- * <li><code>oldValue</code> - previous value of "designTime"
- * <li><code>newValue</code> - current value of "designTime"
+ * <li>{@code propertyName} - {@code java.beans.DesignMode.PROPERTYNAME}
+ * <li>{@code oldValue} - previous value of "designTime"
+ * <li>{@code newValue} - current value of "designTime"
* </ul>
* Note it is illegal for a BeanContextChild to invoke this method
* associated with a BeanContext that it is nested within.
*
* @param designTime the current "value" of the "designTime" property
< prev index next >