using System; namespace Kreta.Core.CustomAttributes { [AttributeUsage(AttributeTargets.Property)] public class IgnoreAttribute : Attribute { public IgnoreAttribute() { } } }