Entry point for a command-line tool that puts the 'call' keyword in
front of template calls in templates compatable with pre 3.x.x versions
of Tea.
Usage: java com.go.tea.util.CallRetrofitter {options}
<template root directory> {templates}
where {options} includes:
-context <class> Specify a runtime context class to compile against.
-encoding <encoding> Specify character encoding used by source files.
|