KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > hibernate > test > annotations > entity > Length


1 //$Id: Length.java,v 1.1 2005/05/12 13:33:32 epbernard Exp $
2
package org.hibernate.test.annotations.entity;
3
4 /**
5  * @author Emmanuel Bernard
6  */

7 public interface Length<Type> {
8     Type getLength();
9 }
10
Popular Tags