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 Bernard6 */7 public interface Length<Type> {8 Type getLength();9 }10