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