using System; namespace Kean.Presentation.Rest { /// /// 指定参数仅来自中间件 /// [AttributeUsage(AttributeTargets.Parameter)] public sealed class FromMiddlewareAttribute : Attribute { } }