Comment 1 for bug 674917

Revision history for this message
Timo Westkämper (timo-westkamper) wrote :

This can now be avoided by using the innerClassesForKeys=true option in the Maven plugin or Ant task or creating the serializer like this :

Serializer serializer = new MetaDataSerializer(namePrefix, namingStrategy, true);