desc = "";
allOptions.addFlag(ARGUMENT_TYPES_DEPRECATED, "collections class name", desc, true);
//-- no marshaling framework methods
desc = "Disables the generation of the methods specific to the XML marshaling framework.";
allOptions.addFlag(ARGUMENT_NOMARSHALL, "", desc, true);
//-- implements org.castor.xmlctf.CastorTestable?
desc = "Implements some specific methods to allow the generated classes"
+ " to be used with Castor Testing Framework.";
allOptions.addFlag(ARGUMENT_TESTABLE, "", desc, true);