src/org/w3c/dom/events/EventTarget.java

Print this page
rev 602 : 8047723: @since tag cleanup in jaxp
Reviewed-by:

@@ -48,11 +48,11 @@
  * binding-specific casting methods on an instance of the <code>Node</code>
  * interface. The interface allows registration and removal of
  * <code>EventListeners</code> on an <code>EventTarget</code> and dispatch
  * of events to that <code>EventTarget</code>.
  * <p>See also the <a href='http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113'>Document Object Model (DOM) Level 2 Events Specification</a>.
- * @since DOM Level 2
+ * @since 1.5, DOM Level 2
  */
 public interface EventTarget {
     /**
      * This method allows the registration of event listeners on the event
      * target. If an <code>EventListener</code> is added to an