KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > hibernate > test > hql > Lizard


1 //$Id: Lizard.java,v 1.1 2004/06/03 16:31:32 steveebersole Exp $
2
package org.hibernate.test.hql;
3
4 /**
5  * @author Gavin King
6  */

7 public class Lizard extends Reptile {
8
9 }
10
Popular Tags