using System; namespace BeWo.Service.Plugins { [AttributeUsage(AttributeTargets.Class)] public class IgnoreAutoPluginAttribute : Attribute { } }