| 注释类型 | 说明 |
|---|---|
| BuiltIn |
Documents that the annotated object is system built-in.
|
| NonLogin |
表征无需登录。
|
| NotThreadSafe |
Documents that the annotated object is unsafe for concurrent use.
|
| Standalone |
Documents that the annotated object is standalone and should be careful when using in distributed environment.
|
| ThreadSafe |
Documents that the annotated object is safe for concurrent use.
|
Copyright © 2022. All rights reserved.