1 package jfun.parsec;2 3 /**4 * This class is an indicator of "no value". It is introduced to overcome the type problem in java 5 generics. 5 * <p>6 * @author Ben Yu7 * Apr 14, 2006 9:18:30 AM8 * @since version 1.09 */10 public class _ {}11