package test.mixindeployment; /** * @author <a href="mailto:alex@gnilux.com">Alexandre Vasseur</a> */ public interface Hashcode { public int hashCode(); }