I am using MOXy as JAXB Implementation but somehow I would like to show the Implementation Name (e.g. Moxy) and the version number on some admin screen (dynamically).
How can I retrieve that info from JAXB?
Cheers
|
I am using MOXy as JAXB Implementation but somehow I would like to show the Implementation Name (e.g. Moxy) and the version number on some admin screen (dynamically). How can I retrieve that info from JAXB? Cheers
| |||
|
feedback
|
|
You could do something like the following to figure out the JAXB impl being used:
You can get information about the EclipseLink version being used from it's Version class:
| |||
|
feedback
|