google-code-export / objectify-appengine

Automatically exported from code.google.com/p/objectify-appengine
MIT License
1 stars 0 forks source link

"@Id" and other annotations in the documentation are not in the latest pre-built JAR. #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the latest prepackaged JAR (3.1b).
2. Attempt to import "com.googlecode.objectify.annotation.Id".

What is the expected output? What do you see instead?

The annotation should exist, or the documentation should clarify that this is 
intended to be imported from javax.persistence.

What version of the product are you using? On what operating system?

Tried with both 3.1 and 3.1b on Mac OS X 10.8.2.

Please provide any additional information below.

Original issue reported on code.google.com by michaelsafyan on 23 Oct 2012 at 7:32

GoogleCodeExporter commented 9 years ago
com.googlecode.objectify.annotation.Id is part of Objectify4, not Objectify3.

The documentation for Objectify3 is included with the Objectify3 download.  The 
documentation on the website is for Objectify4.  There are now instructions for 
downloading the latest binary (4.0b1) on the home page.

Original comment by lhori...@gmail.com on 8 Nov 2012 at 6:11