您的浏览器已禁用 JavaScript。
跳过导航链接
概览
程序包
类
使用
树
已过时
索引
帮助
概要:
字段 |
必需 |
可选
详细资料:
字段 |
元素
SEARCH:
程序包
com.alibaba.nacos.common
Annotation Interface NotThreadSafe
@Documented
@Target
({
TYPE
,
METHOD
})
@Retention
(
SOURCE
)
public @interface
NotThreadSafe
Annotation that marks a method as not thread safe.
作者:
zongtanghu