How check the uniqueness of elements in TreeSet when read from XML with JAXB?
I want an exception to be thrown when trying to add a duplicate, rather than skipping items.
<?xml version="1.0" encoding="UTF-8"?>
<storage>
<route>
<id>1</id>
</route&g…