< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/CoroutineParser.java

Print this page

        

@@ -1,8 +1,7 @@
 /*
- * reserved comment block
- * DO NOT REMOVE OR ALTER!
+ * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
  */
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.

@@ -43,10 +42,11 @@
  *
  * @deprecated Since the ability to start a parse via the
  * coroutine protocol was not being used and was complicating design.
  * See {@link IncrementalSAXSource}.
  * */
+@Deprecated
 public interface CoroutineParser {
 
     /** @return the coroutine ID number for this CoroutineParser object.
      * Note that this isn't useful unless you know which CoroutineManager
      * you're talking to. Also note that the do...() methods encapsulate
< prev index next >