namespace Nebula.Shared.Attributes { [AttributeUsage(AttributeTargets.Property)] public class GeneratePropertyAttribute : Attribute { } [AttributeUsage(AttributeTargets.Property)] public class DesignConstructAttribute : Attribute { } }