src/org/xml/sax/ext/LexicalHandler.java

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

@@ -60,11 +60,11 @@
  * and an object implementing this interface (or null) as the value.
  * If the reader does not report lexical events, it will throw a
  * {@link org.xml.sax.SAXNotRecognizedException SAXNotRecognizedException}
  * when you attempt to register the handler.</p>
  *
- * @since SAX 2.0 (extensions 1.0)
+ * @since 1.4, SAX 2.0 (extensions 1.0)
  * @author David Megginson
  */
 public interface LexicalHandler
 {