1: /** 2: * 3: */package net.sf.mockcreator.expectable; 4: 5: public class StructNoEquals { 6: public int id; 7: public String name; 8: }