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