Question

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?

Was it helpful?

Solution

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."

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top