Binding v2 DOM Codec - generator - SPI - part 1
[mdsal.git] / binding2 / mdsal-binding2-dom-codec / src / main / java / org / opendaylight / mdsal / binding / javav2 / dom / codec / api / codecs / BindingTreeNodeCodec.java
index 1e1011798e0ebdc4a5904e1f4c4def23b5261e66..1bf09466cc760d3068b746f2a6dca84d7421214e 100644 (file)
@@ -44,6 +44,7 @@ public interface BindingTreeNodeCodec<T extends TreeNode> extends BindingNormali
      *
      * @param childClass
      *            - child class by Biding Stream navigation
+     * @param <E> data type
      * @return context of child
      * @throws IllegalArgumentException
      *             - if supplied child class is not valid in specified context
@@ -64,6 +65,7 @@ public interface BindingTreeNodeCodec<T extends TreeNode> extends BindingNormali
      *
      * @param childClass
      *            - child class by Binding Stream navigation
+     * @param <E> data type
      * @return context of child or Optional absent if supplied is not applicable
      *         in context
      */