src/share/classes/javax/swing/MenuElement.java

Print this page
rev 10121 : 8046485: Add missing @since tag under javax.swing.*
Reviewed-by:

@@ -31,10 +31,11 @@
  * Any component that can be placed into a menu should implement this interface.
  * This interface is used by <code>MenuSelectionManager</code>
  * to handle selection and navigation in menu hierarchies.
  *
  * @author Arnaud Weber
+ * @since 1.2
  */
 
 public interface MenuElement {
 
     /**