HoneyNode Java 11 support for 121 devices
[transportpce.git] / tests / honeynode / 1.2.1 / honeynode-common / src / main / java / io / fd / honeycomb / transportpce / binding / converter / api / DataObjectConverter.java
@@ -63,6 +63,7 @@ public interface DataObjectConverter {
 
     /**
      * Returns a converter for {@link DataObject} container type.
+     * @param <T> T extends DataObject
      *
      * @return {@link ConvertType} converter for {@link DataContainer}
      */
@@ -70,6 +71,7 @@ public interface DataObjectConverter {
 
     /**
      * Returns converter for {@link DataContainer} rpc type.
+     * @param <T> T extends DataContainer
      *
      * @return {@link ConvertType} converter for {@link DataContainer}
      * representing rpc data
@@ -78,6 +80,7 @@ public interface DataObjectConverter {
 
     /**
      * Return converter for {@link Notification}.
+     * @param <T> T extends Notification
      *
      * @return {@link ConvertType} converter for {@link Notification}
      */