[go: nahoru, domu]

blob: fe138b616d0b1a38e7e42cc4a81a6a27e7fd42da [file] [log] [blame]
Qingqing Deng25b8f8d2020-01-17 16:36:19 -08001/*
2 * Copyright 2020 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 */
16
Nikolay Igotti98f34502020-06-22 17:21:17 +030017package androidx.ui.core
Qingqing Deng25b8f8d2020-01-17 16:36:19 -080018
Nikolay Igotti98f34502020-06-22 17:21:17 +030019@RequiresOptIn(message = "This API is internal to library.")
20@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY,
21 AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER)
22annotation class InternalCoreApi