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