BUG-865: deprecate pre-Beryllium parser elements
[yangtools.git] / yang / yang-parser-impl / src / main / java / org / opendaylight / yangtools / yang / parser / builder / api / RefineBuilder.java
index 89237986586239bd6339692db77c379f1645b2f9..f36eb7fbe2522f24dead8db55554511c0f9b26b9 100644 (file)
@@ -1,5 +1,6 @@
 /*
- * Copyright (c) 2014 Cisco Systems, Inc. and others. All rights reserved.
+ * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
+ *
  * 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
@@ -15,8 +16,9 @@ import org.opendaylight.yangtools.yang.model.api.MustDefinition;
  * Represents a local change to node introduced by uses statement
  * e.g. change in documentation, configuration or properties.
  *
- *
+ * @deprecated Pre-Beryllium implementation, scheduled for removal.
  */
+@Deprecated
 public interface RefineBuilder extends DocumentedNodeBuilder {
 
     /**