Introduce WritableObject/WritableIdentifier
[yangtools.git] / common / concepts / src / main / java / org / opendaylight / yangtools / concepts / ClassBasedPropertyBuilder.java
index 2a2e70315edb0a060a814187302b1bf3a83b9a90..1c80540f346d77cac82a3149740608a926bd0055 100644 (file)
@@ -12,6 +12,7 @@ public interface ClassBasedPropertyBuilder<P, T extends ClassBasedPropertyBuilde
      * Sets a value of property uniquely identified by its
      * class.
      *
+     * @param <V> value type
      * @param type Type of property to set
      * @param value Value of property
      * @return Builder instance
@@ -21,6 +22,7 @@ public interface ClassBasedPropertyBuilder<P, T extends ClassBasedPropertyBuilde
     /**
      * Gets a value of property based on its type.
      *
+     * @param <V> value type
      * @param type Type of property to get
      * @return Builder instance
      */