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