X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fnetworkconfiguration%2Fneutron%2Fnorthbound%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnetworkconfig%2Fneutron%2Fnorthbound%2FINeutronRequest.java;h=8325d84e3553cf660b17e00e352463faaff4bdf1;hp=8e0ff5c859f101003f69ea4a4ed6b58daa6e3072;hb=6405fa8d6b47e406cdf566b26b15f980d802cad4;hpb=5355c84eec599e751411e9e6a43e2be6e92f77d6 diff --git a/opendaylight/networkconfiguration/neutron/northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/INeutronRequest.java b/opendaylight/networkconfiguration/neutron/northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/INeutronRequest.java index 8e0ff5c859..8325d84e35 100644 --- a/opendaylight/networkconfiguration/neutron/northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/INeutronRequest.java +++ b/opendaylight/networkconfiguration/neutron/northbound/src/main/java/org/opendaylight/controller/networkconfig/neutron/northbound/INeutronRequest.java @@ -14,6 +14,12 @@ import org.opendaylight.controller.networkconfig.neutron.INeutronObject; import java.util.List; +/** + * This interface defines the methods for Neutron Requests + * + * @deprecated Replaced by {@link org.opendaylight.neutron.northbound.api.INeutronRequest} + */ +@Deprecated public interface INeutronRequest { public T getSingleton(); public boolean isSingleton();