InternalStrataRuntimeApi
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER] )
@RequiresOptIn(message = "Internal Strata runtime bridge is an opt-in integration contract.", level = RequiresOptIn.Level.ERROR)
Opt-in marker for privileged Strata runtime bridge declarations and contracts.
A separate runtime module uses this narrow boundary to validate ownership and invoke typed element and node operations.
The bridge requires no friend access, reflective discovery, or component registry. Opting in grants access to bridge declarations; it does not itself enforce thread confinement.