tags:

views:

20

answers:

1

Has anybody found any documentation on comments in jaxb.index files? I've searched the web, but couldn't find any information.

Using "# comment" style lines does work, but is this actually specified anywhere?

Thanks for your help.

+2  A: 

The format is specified in the API documentation for the JAXBContext class.

"The comment character is '#' (0x23); on each line all characters following the first comment character are ignored."

jarnbjo