Hello, I'm trying to add some custom annotations to my entity objects that I'll use at runtime for display purposes. I've done this before in other code and I've defined my custom annotation with the @Retention(RetentionPolicy.RUNTIME) annotation (It always tickles me that we use annotations to build annotations :) )
It looks like my annotations are removed when OpenJPA enhances the entity classes. Is that really what's happening here? Is there any way I can ask OpenJPA to leave my annotations intact? Thanks for any help you can offer, -Jay
