a99990fec97494e23cf62c097af8b8d141633f94
[openflowjava.git] / openflow-protocol-api / src / main / java / org / opendaylight / openflowjava / protocol / api / keys / experimenter / ExperimenterSerializerKey.java
1 /*\r
2  * Copyright (c) 2014 Pantheon Technologies s.r.o. and others. All rights reserved.\r
3  *\r
4  * This program and the accompanying materials are made available under the\r
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,\r
6  * and is available at http://www.eclipse.org/legal/epl-v10.html\r
7  */\r
8 \r
9 package org.opendaylight.openflowjava.protocol.api.keys.experimenter;\r
10 \r
11 /**\r
12  * Marker interface - marks keys appropriate for experimenter serializer registration\r
13  * @author michal.polkorab\r
14  */\r
15 public interface ExperimenterSerializerKey {\r
16     // only empty marker interface - to ease extensions registration\r
17 }\r