15 lines
472 B
Java
15 lines
472 B
Java
package com.google.android.gms.internal.base;
|
|
|
|
import java.lang.annotation.ElementType;
|
|
import java.lang.annotation.Inherited;
|
|
import java.lang.annotation.Retention;
|
|
import java.lang.annotation.RetentionPolicy;
|
|
import java.lang.annotation.Target;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-base@@18.4.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
@Inherited
|
|
@Target({ElementType.TYPE})
|
|
@Retention(RetentionPolicy.SOURCE)
|
|
public @interface zae {
|
|
} |