1
0
mirror of synced 2024-07-03 09:00:36 +00:00
Tapeti/Tapeti.Flow/Annotations/StartAttribute.cs

10 lines
158 B
C#
Raw Normal View History

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