// Copyright 2022 The Fuchsia Authors. All rights reserved. | |
// Use of this source code is governed by a BSD-style license that can be | |
// found in the LICENSE file. | |
// NOTE(https://fxbug.dev/432713692): The real @available annotation is: | |
// @available(added=7, deprecated=13, removed=17) | |
@available(added=HEAD, deprecated=HEAD) | |
library fuchsia.ui.scenic; |