When using Mybatis with a Groovy language program, when Groovy processes the XML, it will take ${string} and replace with value of the the variable contained inside. To prevent that I must escape the ${ by placing a "" in front of the ${. Unfortunately, the Mybatis helper keeps insisting that the "" and wants to fix it with an AI Assistant.
It would useful to (optionally) allow the ""