using System; using System.Collections.Generic; using System.Text; namespace Apewer { /// 无依赖特性。 [AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = false)] public sealed class IndependentAttribute : Attribute { } }