package org.nuunframework.universalvisitor.sample.collections; /** * * * @author Epo Jemba * @author Pierre Thirouin * */ public class K { public Integer kValue = new Integer(100); }