using System; namespace Chronos.Reflection { /// /// Indicates that the UnityMember has itself as a target. /// [AttributeUsage(AttributeTargets.All, AllowMultiple = false, Inherited = true)] public sealed class SelfTargetedAttribute : Attribute { } }