refactor(rule): 更新命名空间为 abstractions

- 将 ContextAwareAttribute 的命名空间从 Attributes.rule 更新为 Abstractions.rule
This commit is contained in:
GwWuYou 2025-12-27 23:32:44 +08:00
parent 13829c6d2b
commit 60a42a5f1e

View File

@ -1,6 +1,6 @@
using System; using System;
namespace GFramework.SourceGenerators.Attributes.rule; namespace GFramework.SourceGenerators.Abstractions.rule;
/// <summary> /// <summary>
/// 标记该类需要自动实现 IContextAware /// 标记该类需要自动实现 IContextAware