//$Id$ package org.hibernate.test.annotations.id.entities; import javax.persistence.Entity; /** * @author Emmanuel Bernard */ @Entity public class FirTree extends Tree { }