ExperimentalSubspaceVolumeApi

@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This is an experimental API. It may be changed or removed in the future.")
@Retention(value = AnnotationRetention.BINARY)
annotation ExperimentalSubspaceVolumeApi


Marks Subspace APIs that are experimental and likely to change or be removed in the future.

Any usage of a declaration annotated with @ExperimentalSubspaceVolumeApi must be accepted either by annotating that usage with @OptIn(ExperimentalSubspaceVolumeApi::class) or by propagating the annotation to the containing declaration.

Summary

Public constructors

Public constructors

ExperimentalSubspaceVolumeApi

ExperimentalSubspaceVolumeApi()