-
@Documented @Target({METHOD,TYPE}) @Retention(RUNTIME) public static @interface Sncp.SncpDyn
修饰由SNCP协议动态生成的class、和method 本地模式:动态生成的_DynLocalXXXXService类会打上@SncpDyn(remote = false) 的注解 远程模式:动态生成的_DynRemoteXXXService类会打上@SncpDyn(remote = true) 的注解详情见: https://redkale.org
- 作者:
- zhangjx
-
-
-
type
Class type
-
-