http://code.google.com/p/objectify-appengine/downloads/listから Objectify 3.1 lib をダウンロードしました。ガイドに従うと、@Entity オブジェクトに @Id と @Index のアノテーションを付ける必要があるとのことです。しかし、それらはlibにはまったく含まれていません!
私の com.googlecode.objectify.annotation パッケージには、次の注釈のみが含まれています。
- com.googlecode.objectify.annotation.AlsoLoad.class
- com.googlecode.objectify.annotation.Cached.class
- com.googlecode.objectify.annotation.Entity.class
- com.googlecode.objectify.annotation.Indexed.class
- com.googlecode.objectify.annotation.NotSaved.class
- com.googlecode.objectify.annotation.Parent.class
- com.googlecode.objectify.annotation.Serialized.class
- com.googlecode.objectify.annotation.Subclass.class
- com.googlecode.objectify.annotation.Unindexed.class
助けてください!ありがとう!