Description
(Logical) namespaces default to Java packages if not specified otherwise.
eg. org.apache.causeway.schema.metamodel.v2.DomainClassDto
which is not desired, we'd rather have 'causeway.schema.metamodel.v2.DomainClassDto' instead.
Hope is that we can tell the generator to add annotations, otherwise we need to do some schma specific hacking.