//$Id$ package org.hibernate.test.annotations.inheritance; import javax.persistence.Entity; /** * @author Emmanuel Bernard */ @Entity public class Apple extends Fruit { }