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