Description
It would be convenient to define type aliases in RUTA script.
One scenario where it would help is when many types have the same short name:
IMPORT com.example.a.T AS TA IMPORT com.example.b.T AS TB
For a discussion about it, see UIMA-3292.