using Connected.Entities.Annotations; namespace Connected.Data.Annotations; [AttributeUsage(AttributeTargets.Property | AttributeTargets.Field, AllowMultiple = true)] internal class NestedEntityAttribute : MemberAttribute { public Type? RuntimeType { get; set; } }