using System; namespace Vision.Core.IO { [AttributeUsage(AttributeTargets.Property)] public class Identity : Attribute { } }