//$Id$ package org.hibernate.test.annotations.reflection; import javax.persistence.MappedSuperclass; /** * @author Emmanuel Bernard */ @MappedSuperclass public class Competition { }