blob: c3d28f0913b7d820110d95ce6d0d17fb4e101909 [file] [log] [blame]
/**
* Project: dubbo-examples
*
* File Created at 2012-2-17
* $Id$
*
* Copyright 1999-2100 Alibaba.com Corporation Limited.
* All rights reserved.
*
* This software is the confidential and proprietary information of
* Alibaba Company. ("Confidential Information"). You shall not
* disclose such Confidential Information and shall use it only in
* accordance with the terms of the license agreement you entered into
* with Alibaba.com.
*/
package com.alibaba.dubbo.examples.version.api;
/**
* @author william.liangf
*/
public interface VersionService {
String sayHello(String name);
}