KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > hibernate > test > legacy > Trivial


1 //$Id: Trivial.java,v 1.1 2004/09/26 05:18:26 oneovthafew Exp $
2
package org.hibernate.test.legacy;
3
4
5 public class Trivial extends Foo {
6     
7 }
8
9
10
11
12
13
14
Popular Tags