namespace Voile.Common.Reflection; [AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = false)] public sealed class VoilePluginAttribute : Attribute { public VoilePluginAttribute() { } }