using System; namespace NCC.Dependency { /// /// 跳过全局代理 /// [SuppressSniffer, AttributeUsage(AttributeTargets.Class)] public class SuppressProxyAttribute : Attribute { } }