KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > jfun > parsec > _


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 Yu
7  * Apr 14, 2006 9:18:30 AM
8  * @since version 1.0
9  */

10 public class _ {}
11
Popular Tags