Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add/implement JAnnotationUse.param(String name, JAnnotationValue annotationValue) #1679

Closed
dmak opened this issue Jan 18, 2023 · 0 comments · Fixed by #1692
Closed

Add/implement JAnnotationUse.param(String name, JAnnotationValue annotationValue) #1679

dmak opened this issue Jan 18, 2023 · 0 comments · Fixed by #1692

Comments

@dmak
Copy link

dmak commented Jan 18, 2023

Dear community,

To allow 3rd party JAXB plugins to copy annotation members between annotations via API, I would like to ask you to implement JAnnotationUse.param(String name, JAnnotationValue annotationValue) method:

public JAnnotationUse param(String name, JAnnotationValue annotationValue) {
  addValue(name, annotationValue);
  return this;
}
lukasj added a commit to lukasj/jaxb-ri that referenced this issue Jan 25, 2023
…nnotationValue annotationValue)

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
lukasj added a commit that referenced this issue Jan 25, 2023
…ue annotationValue)

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
1 participant