blob: 4ee027123e969348ca649c86678beca5693c9e75 [file] [log] [blame]
# Classnames can have the following attributes:
# jdo:{persistent|transactional}
# super: <classname>
# oid: <classname>
# access: {public|protected|package|private}
# Fieldnames can have the following attributes:
# type:<type>
# access: {public|protected|package|private}
# jdo:{persistent|transactional|transient}
# annotation:{key|dfg|mediated}
org.apache.jdo.pc.PCPoint=jdo:persistent
org.apache.jdo.pc.PCPoint#x=jdo:persistent,annotation:mediated
org.apache.jdo.pc.PCPoint#y=jdo:persistent,annotation:mediated
org.apache.jdo.pc.PCPoint#z=jdo:persistent,annotation:mediated