Merge "Queue yang model"
[controller.git] / opendaylight / hosttracker / api / src / main / java / org / opendaylight / controller / hosttracker / IHostId.java
1 /*
2  * Copyright IBM Corporation, 2013.  All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8 package org.opendaylight.controller.hosttracker;
9
10 import java.io.Serializable;
11
12 /*
13  * Marker interface used by the key classes for their implementation
14  * @author Deepak Udapudi
15  */
16
17 public interface IHostId extends Serializable {
18
19 }