//$Id$ package org.hibernate.test.annotations.entitynonentity; /** * @author Emmanuel Bernard */ public class Communication extends Interaction { String species; }