sS markIdentifiersSafe(Collection identifiers) { ret join(". ", map markIdentifierSafe(identifiers)); } sS markIdentifiersSafe(S... identifiers) { ret markIdentifiersSafe(asList(identifiers)); }