#nullable disable namespace NadekoBot.Common; /// /// Classed marked with this attribute will not be added to the service provider /// [AttributeUsage(AttributeTargets.Class)] public class DontAddToIocContainerAttribute : Attribute { }