1
0
mirror of synced 2024-06-26 14:27:38 +00:00
Tapeti/Tapeti/Annotations/MessageHandlerAttribute.cs

10 lines
162 B
C#
Raw Normal View History

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