namespace CodeGenerator { [AttributeUsage(AttributeTargets.Method | AttributeTargets.Class)] public class JsonRPCAttribute : Attribute { } }