using System; namespace Tapeti.Flow.Annotations { [AttributeUsage(AttributeTargets.Method)] public class StartAttribute : Attribute { } }