Ticket #1 (new enhancement)
String-based parameter names
| Reported by: | smagi | Owned by: | smagi |
|---|---|---|---|
| Priority: | minor | Component: | clavis |
| Version: | Keywords: | ||
| Cc: |
Description
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>
{
...
}
Change History
Note: See
TracTickets for help on using
tickets.