You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by Craig L Russell <Cr...@Sun.COM> on 2007/07/30 20:21:55 UTC

Negative vote: final changes to annotations

Please reply if you have any objections.

I'd like to change the following:

1. Remove QueryLanguage enum. Its only purpose is to constrain the  
query language, which doesn't allow a user-defined (vendor-specific)  
query language.

2. Change @Query
     QueryLanguage language() default QueryLanguage.JDOQL;
to
     String language() default "JDOQL";

3. Change @Implements value() from String[] to Class[] to be  
consistent with other uses of String and Class in annotations.

That's it for annotations...

Really.

Craig

Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:Craig.Russell@sun.com
P.S. A good JDO? O, Gasp!