I wouldn't say this is an XDoclet bug because as per Java Language
Spec a comment starting with /** is only a documentation comment (i.e.
a comment that is processed by Javadoc/XDoclet) if it comes directly
before a class/method/field declaration (whitespace in between is
allowed). So, in your example you cannot assume that the comment
containing the @ojb.class tag will get processed by any
comment-processing tool.

Tom

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to