using System; namespace Common.Config { [AttributeUsage(AttributeTargets.Class)] public class ConfigAttribute: Attribute { } }