Expose more fine-grained shutdown methods
[controller.git] / opendaylight / md-sal / sal-binding-api / src / main / java / org / opendaylight / controller / sal / binding / api / RpcAvailabilityListener.java
index e25b93918abe5fd0570ef86ed287daf8d0b3aa0d..fde1c482f69eab195d8664d4fbf79b3acbff7787 100644 (file)
@@ -1,5 +1,13 @@
+/*
+ * Copyright (c) 2014 Cisco Systems, Inc. and others.  All rights reserved.
+ *
+ * This program and the accompanying materials are made available under the
+ * terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at http://www.eclipse.org/legal/epl-v10.html
+ */
 package org.opendaylight.controller.sal.binding.api;
 
+@Deprecated(forRemoval = true)
 public interface RpcAvailabilityListener {
 
 }