namespace GFramework.SourceGenerators.Abstractions.Rule; /// /// 标记字段需要自动注入单个系统实例。 /// [AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)] public sealed class GetSystemAttribute : Attribute { }