Hashcode.java :  » Aspect-oriented » aspectwerkz-2.0 » test » mixindeployment » Java Open Source

Java Open Source » Aspect oriented » aspectwerkz 2.0 
aspectwerkz 2.0 » test » mixindeployment » Hashcode.java
package test.mixindeployment;

/**
 * @author <a href="mailto:alex@gnilux.com">Alexandre Vasseur</a>
 */
public interface Hashcode {

    public int hashCode();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.