package org.compass.core.test.reference.collection.lazy; /** * @author kimchy */ public class B { int id; String value; }