Code/Core/Attributes/ObjectGenericControlWidgetAttribute.cs
namespace Nodebox.Attributes;

[AttributeUsage(AttributeTargets.Property)]
public class ObjectGenericControlWidgetAttribute : Attribute { }