id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc
1	String-based parameter names	smagi	smagi	"Currently Clavis requires one to define simple wrapper classes to generate parameter names. While simple, this is a bit heavy handed.

A possible future change to support more flexible naming consists of using attributes on continuation type parameters:

{{{
public class Foo : IContinuation<[Param(""First"")]string>
{
  ...
}

}}}"	enhancement	new	minor	clavis				
