Corrects various javadoc problems
[transportpce.git] / cli / src / main / java / org / opendaylight / transportpce / cli / api / TransportpceCliCommands.java
1 /*
2  * Copyright © 2016 Orange and others.  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.transportpce.cli.api;
9
10 public interface TransportpceCliCommands {
11
12     /**
13      * Define the Karaf command method signatures and the Javadoc for each.
14      * Below method is just an example
15      *
16      * @param testArgument
17      *           testArgument
18      *
19      * @return
20      *           returns nothing
21      */
22     Object testCommand(Object testArgument);
23 }