1 /*2 * Copyright (c) 2002 The XDoclet team3 * All rights reserved.4 */5 package test.jdo;6 7 /**8 * @jdo.persistence-capable9 * identity-type="datastore"10 * objectid-class="java.lang.Long"11 * requires-extent="false"12 *13 * @author <a HREF="mailto:youremail@yourdomain.com">youremail@yourdomain.com</a>14 */15 public class MapKey {16 /**17 * @jdo.field18 * embedded="true"19 */20 private Super owner;21 }22