From: <peter.follo+javadev_at_foi.se>
Date: Wed, 27 Jun 2012 11:37:44 +0000 (GMT)
If one wants to annotate every 'complexType' in the generated code with
say a 'SuppressWarnings' annotation one could use a binding file
looking something like this:
However, if the schema imports other schemas, such as
http://schemas.opengis.net/citygml/profiles/base/1.0/CityGML.xsd do,
this binding rule won't traverse recursively to the imported schemas.
Is there a way to make this rule traverse imported schemas? Can I use
some sort of global binding instead? Can I use some kind of wildcard as
a value to schemaLocation? Ideas anyone?