-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support nested annotations #12
Comments
G-Ork
added a commit
to G-Ork/xml-doclet
that referenced
this issue
May 22, 2018
MarkusBernhardt
added a commit
that referenced
this issue
May 28, 2018
Support nested annotations #12
What is the fixed on this? I have a ValuedCustomer and Orders and I want to do a bidirectional relationship in hibernate. How do I do this? Thanks |
Hi, thank you for merging. Recently our artifact repo killed the snapshot. Would be nice to have the fix available in central as an release. Best regards G" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Currently the value node for annotations contains a simple string representation of the values. This makes it hard to parse where annotations are nested. It would be nice to handle annotations recursive to be able to extract the desired information more easy.
Example usage of nested annotations
Expected Output
In respect to XSD i would not change the value type to mixed content and prefer a more typed way with a new node.
The text was updated successfully, but these errors were encountered: