highsource / jaxb2-basics

Useful plugins and tools for JAXB2.
BSD 2-Clause "Simplified" License
109 stars 54 forks source link

Enhancement: Create toStringStrategy in package when generating classes #108

Open mattrpav opened 5 years ago

mattrpav commented 5 years ago

Provide an option to generate the ToStringStrategy class (and a copy of dependent classes) within the generated classes (similar to how ObjectFactory is created) in order to have a 100% dependency-free solution.