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