> Overriding inherited fields :- > One other area if you really want to provide annotations with the full > capability that XML has. In XML you can override (inherited) fields > persistence specifications in subclasses. With Annotations this currently > isn't possible. This could be remedied by changing the specification of > @Field/@Property (@Persistent) to be for ElementType.TYPE too.
except that we would need an @Fields (@Persistents ???) to allow an array or maybe have "fields"/"properties" under @PersistenceCapable -- Andy (Java Persistent Objects - http://www.jpox.org)
