8299740: CaptureCallState is missing @Preview annotation

Reviewed-by: alanb
This commit is contained in:
Maurizio Cimadamore 2023-01-06 14:52:08 +00:00
parent 136f5db03d
commit 5eee2a07f5

View File

@ -345,6 +345,7 @@ public sealed interface Linker permits AbstractLinker {
* }
* }
*/
@PreviewFeature(feature=PreviewFeature.Feature.FOREIGN)
sealed interface CaptureCallState extends Option
permits LinkerOptions.CaptureCallStateImpl {
/**