Modify pom file
[nemo.git] / nemo-tools / eclipse-plugin / nemo-rest / org.opendaylight.nemo.tool.eclipse.plugin.rest / src / org / opendaylight / nemo / tool / eclipse / plugin / rest / actions / model / INemoItem.java
1 package org.opendaylight.nemo.tool.eclipse.plugin.rest.actions.model;
2
3 import org.json.JSONObject;
4
5 /**
6  * Created by hj on 10/29/15.
7  */
8 public interface INemoItem {
9     public JSONObject toJSONObject();
10 }