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:[EMAIL PROTECTED]
P.S. A good JDO? O, Gasp!

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to