topcoder-greed
topcoder-greed copied to clipboard
Allow camelCase properties in templates
e.g. Allow
${method.returnType}
as well as (backward compatibility)
${Method.ReturnType}
The camelCase is a de-facto-standard in template languages, right?