using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace SuperSocket.SocketBase.Config { /// /// the attribute to mark which property of ServerConfig support hot update /// [AttributeUsage(AttributeTargets.Property, AllowMultiple = false)] public class HotUpdateAttribute : Attribute { } }