Package-level declarations

Types

Link copied to clipboard
annotation class Api4J

一个设计为仅供 Java 用户使用的API

Link copied to clipboard
annotation class Api4Js

一个设计为仅供 JS 用户使用的API

Link copied to clipboard
annotation class ExperimentalSimbotAPI

一个尚在试验阶段的API。试验阶段的API可能存在漏洞、缺陷,或实现不稳定, 且有可能在未来被修改、删除,且没有兼容性保证。

Link copied to clipboard
annotation class FragileSimbotAPI

一个脆弱的、或者具有复杂的须知、备注、条件的API。 这类API通常有很多前提条件以及注意事项,需要谨慎使用。

Link copied to clipboard
annotation class InternalInheritanceAPI

实现了一个应当仅供内部实现的API。虽然超类对外可能稳定,但是不保证第三方实现稳定。 通常被使用在 SubclassOptInRequired 中。

Link copied to clipboard
annotation class InternalSimbotAPI

一个仅供 simbot 内部使用的API。 它可能会随时变更、删除,且不保证兼容性。