namespace GFramework.SourceGenerators.Abstractions.Rule; /// /// 标记该类需要自动实现 IContextAware /// [AttributeUsage(AttributeTargets.Class, Inherited = false)] public sealed class ContextAwareAttribute : Attribute { }