View Javadoc
1   /**
2    * Copyright By Grandsoft Company Limited.  
3    * 2014年7月24日 上午11:07:13
4    */
5   package gboat2.example.service;
6   
7   /**
8    * 
9    * @date 2014年7月24日
10   * @author <a href="mailto:[email protected]">何明旺</a>
11   * @since 3.0.0-SNAPSHOT
12   */
13  public interface IExampleService {
14  
15      void test();
16  }