// Copyright (c) 2025-2026 GeWuYou // SPDX-License-Identifier: Apache-2.0 namespace GFramework.Core.SourceGenerators.Abstractions.Rule; /// /// 标记字段需要自动注入单个系统实例。 /// [AttributeUsage(AttributeTargets.Field, Inherited = false, AllowMultiple = false)] public sealed class GetSystemAttribute : Attribute { }