Annotations, or JPA annotations, are available as a separate jar file from the Hibernate core. You just download the jar and put it on your classpath, and you can use the annotations.
And just for not, in Hibernate 3.5, I believe the annotations are all bundled together with the core. Up to 3.4, the core and annotations are downloaded from hibernate.org separately.
_________________ Cameron McKenzie - Author of "Hibernate Made Easy" and "What is WebSphere?" http://www.TheBookOnHibernate.com Check out my 'easy to follow' Hibernate & JPA Tutorials
|