Hello,
I'm trying to use Hibernate Annotations and had a question with regards to generating javadocs for my business objects...
The objects are Hibernate Annotated classes and it works fine...
But when I generate the javadoc for those classes, it does NOT include the annotated information in the javadocs.. What do I need to do , to get that information included in the javadoc ?
I read abt @Documented tag, but that is only if u are creating a new annotation. I am not creating any new annotations, I just want to use the existing Hibernate annotations ..
any thoughts...
Pc
|