diff --git a/src/org/redkale/service/RpcCallAttribute.java b/src/org/redkale/service/RpcCallAttribute.java
new file mode 100644
index 000000000..13cfc98f3
--- /dev/null
+++ b/src/org/redkale/service/RpcCallAttribute.java
@@ -0,0 +1,117 @@
+/*
+ * To change this license header, choose License Headers in Project Properties.
+ * To change this template file, choose Tools | Templates
+ * and open the template in the editor.
+ */
+package org.redkale.service;
+
+import java.io.Serializable;
+import java.lang.reflect.*;
+import java.util.concurrent.ConcurrentHashMap;
+import org.redkale.util.Attribute;
+
+/**
+ *
+ *
+ * 详情见: https://redkale.org
+ *
+ * @author zhangjx
+ */
+public class RpcCallAttribute implements Attribute