Move Nicira extensions to blueprint
[openflowplugin.git] / extension / openflowjava-extension-nicira-api / src / main / java / org / opendaylight / openflowjava / nx / api / NiciraExtensionCodecRegistrator.java
index ca462eeb1d547ca5fe3bdc66cce4617b52f5c69e..afe59ba80fa198be2fdb119f76e180a7faa8fc97 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * 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
@@ -20,7 +20,7 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.oxm.rev150225.matc
  * @author msunal
  *
  */
-public interface NiciraExtensionCodecRegistrator {
+public interface NiciraExtensionCodecRegistrator extends AutoCloseable {
 
     void registerActionDeserializer(NiciraActionDeserializerKey key, OFDeserializer<Action> deserializer);