tmap/smali/androidx/car/app/versioning/CarAppApiLevel.smali
2022-06-10 21:38:30 +09:00

25 lines
730 B
Smali

.class public interface abstract annotation Landroidx/car/app/versioning/CarAppApiLevel;
.super Ljava/lang/Object;
.source "CarAppApiLevel.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation build Landroidx/annotation/OptIn;
markerClass = {
Landroidx/car/app/annotations/ExperimentalCarApi;
}
.end annotation
.annotation build Landroidx/annotation/RestrictTo;
value = {
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY:Landroidx/annotation/RestrictTo$Scope;
}
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation