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 / INemoInput.java
1 package org.opendaylight.nemo.tool.eclipse.plugin.rest.actions.model;
2
3 /**
4  * Created by hj on 10/29/15.
5  */
6 public interface INemoInput {
7     public String toJsonFormatString();
8 }