Do not generate listener interfaces
[yangtools.git] / yang / yang-model-export / src / main / java / org / opendaylight / yangtools / yang / model / export / StatementTextWriter.java
index 867c297bf2964779a4cc4b8471214e96214d1e87..8bcf0e78a61fddb029000e5f919b93b5393e76bc 100644 (file)
@@ -4,13 +4,16 @@
  * This program and the accompanying materials are made available under the
  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
  * and is available at http://www.eclipse.org/legal/epl-v10.html
- */package org.opendaylight.yangtools.yang.model.export;
+ */
+
+package org.opendaylight.yangtools.yang.model.export;
 
 import org.opendaylight.yangtools.yang.common.QName;
 import org.opendaylight.yangtools.yang.model.api.RevisionAwareXPath;
 import org.opendaylight.yangtools.yang.model.api.SchemaPath;
 import org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition;
 
+@Deprecated
 interface StatementTextWriter {