Hi,
What tools are available for working with annotations?
I would like to document my database in annotated Java classes and part of my documentation would be to actually generate the database schemas and a database diagram. (The diagram can be conveniently generated by this very nice (but proprietary) tool:
http://www.minq.se/products/dbvis/ ).
So I would like to forward generate the database from my annotated classes. How do I do this with the JBoss IDE? Or should I simply use some generic JPA tools?
Thanks
Anders