com.facebook.litho.annotations.BUCK Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of litho-annotations Show documentation
Show all versions of litho-annotations Show documentation
The annotations that are used in the Litho library
load("@fbsource//xplat/pfh/FBApp_UIFrameworks_Litho_Litho:DEFS.bzl", "FBApp_UIFrameworks_Litho_Litho")
# Copyright (c) 2017-present, Facebook, Inc.
#
# This source code is licensed under the Apache 2.0 license found in the
# LICENSE file in the root directory of this source tree.
load(
"//tools/build_defs/oss:litho_defs.bzl",
"litho_android_library",
)
oncall("playgroundapps")
litho_android_library(
name = "annotations",
srcs = glob([
"*.java",
"*.kt",
]),
autoglob = False,
feature = FBApp_UIFrameworks_Litho_Litho,
k2 = True,
labels = [],
provided_deps = [
],
pure_kotlin = False,
required_for_source_only_abi = True,
visibility = [
"PUBLIC",
],
deps = [
"//fbandroid/third-party/java/infer-annotations:infer-annotations",
"//third-party/java/androidx/annotation/annotation:annotation",
],
)