NEUTRON-162: vlan_transparent attribute is missing in network_attributes
[neutron.git] / neutron-spi / src / main / java / org / opendaylight / neutron / spi / INeutronObject.java
index dd3f2197fd8514eb39473bd5d6b889f68c73ec5e..df941619e1a27b5c0ab2193a4d040758773ca347 100644 (file)
@@ -14,7 +14,7 @@ import org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.
 /**
  * This class contains behaviour common to Neutron configuration objects.
  */
-public interface INeutronObject<T extends INeutronObject> {
+public interface INeutronObject<T extends INeutronObject<T>> {
 
     String getID();