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