KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > hibernate > test > annotations > A320b


1 //$Id: A320b.java,v 1.1 2005/05/12 13:33:52 epbernard Exp $
2
package org.hibernate.test.annotations;
3
4 import javax.persistence.Entity;
5
6 /**
7  * @author Emmanuel Bernard
8  */

9 @Entity()
10 public class A320b extends A320 {
11
12 }
13
Popular Tags