using System; namespace Attributes { [AttributeUsage(AttributeTargets.Field)] public class RootComponentAttribute : Attribute { } }