OPENJPA-1010: Omit @GeneratedValue annotation if target is lower than JDK6

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@772663 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Pinaki Poddar 2009-05-07 14:36:13 +00:00
parent 95e9b554c6
commit 03c2cce7f5
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ package org.apache.openjpa.persistence.criteria;
import javax.persistence.metamodel.Attribute;
@javax.persistence.metamodel.TypesafeMetamodel(value=org.apache.openjpa.persistence.criteria.Account.class)
@javax.annotation.Generated(value="org.apache.openjpa.persistence.meta.AnnotationProcessor6",date="Wed May 06 19:05:08 CDT 2009")
public class Account_ {
public static volatile Attribute<Account,Integer> balance;
public static volatile Attribute<Account,Long> id;