doc[net]: 优化文档注释

This commit is contained in:
jaysunxiao
2021-09-26 15:30:06 +08:00
parent 1377f8b4ce
commit fb2fac2e4b
3 changed files with 10 additions and 4 deletions
@@ -19,6 +19,8 @@ import com.zfoo.protocol.util.ReflectionUtils;
import java.lang.reflect.Method;
/**
* 动态代理被EventReceiver注解标注的方法,为了避免反射最终会用javassist字节码增强的方法去代理EventReceiverDefinition
*
* @author jaysunxiao
* @version 3.0
*/
@@ -27,7 +29,7 @@ public class EventReceiverDefinition implements IEventReceiver {
private Object bean;
// 被ReceiveEvent注解的方法
// 被EventReceiver注解标注的方法
private Method method;
// 接收的参数Class