Ticket #1 (new enhancement)

Opened 9 years ago

Last modified 9 years ago

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

Changed 9 years ago by teamrp

Test

Note: See TracTickets for help on using tickets.