BUG-868: add deprecation hint 65/7365/1
authorRobert Varga <rovarga@cisco.com>
Fri, 23 May 2014 18:21:34 +0000 (20:21 +0200)
committerRobert Varga <rovarga@cisco.com>
Fri, 23 May 2014 18:46:21 +0000 (20:46 +0200)
This just adds the hint for users to know where to migrate to.

Change-Id: I33ae1097c1b35f7d5459d90f9c7a3efae6314b0b
Signed-off-by: Robert Varga <rovarga@cisco.com>
yang/yang-data-api/src/main/java/org/opendaylight/yangtools/yang/data/api/CompositeNode.java

index e951009ad5128ddcf741e10f247c3a4e7c98036e..21e9d52917b79a9730a193aef6119af5305614fe 100644 (file)
@@ -39,8 +39,9 @@ public interface CompositeNode extends //
      * Returns a list of children as seens in resulting XML serialization
      * defined by YANG specification.
      *
-     *
      * @return
+     *
+     * @deprecated Use {@link #getValue()} instead.
      */
     @Deprecated
     List<Node<?>> getChildren();