Rob Sonke commented on Bug QDOX-247

It works like a charm with the qdox2 version. I implemented my own ModelWriter and it works great.

A few things that might be interesting for you which I came across using this:

  • The ModelWriter should have a getBuffer method or something.
  • or the DefaultModelWriter should make the buffer field protected

Because I now have to write my own complete ModelWriter were I only want to override one method in the DefaultModelWriter.

And a small issue in DefaultModelWriter:

  • the new line after each annotation is missing in the DefaultModelWriter which now ends up in code like: @Transientpublic class ...
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to