1   package test.mixindeployment;
2   
3   
4   
5   /***
6   
7    * @author <a href="mailto:alex@gnilux.com">Alexandre Vasseur</a>
8   
9    */
10  
11  public interface Hashcode {
12  
13  
14  
15      public int hashCode();
16  
17  }
18