ResourceImplementation

@RequiresOptIn(message = "`Resource` implementation is unstable. The implementation of `Resource` should be internal. Currently, `Resource` does not guarantee the stability and compatibility of third-party implementations in the future.", level = RequiresOptIn.Level.WARNING)
annotation class ResourceImplementation(source)

Resource 的外部实现是不稳定的,Resource 的实现应该是内部的,目前 Resource 不保证第三方实现未来的稳定与兼容。

Since

4.11.0