15 lines
377 B
Java
15 lines
377 B
Java
|
package com.kofax.mobile.sdk.z;
|
||
|
|
||
|
import java.lang.annotation.ElementType;
|
||
|
import java.lang.annotation.Retention;
|
||
|
import java.lang.annotation.RetentionPolicy;
|
||
|
import java.lang.annotation.Target;
|
||
|
import o.fZC;
|
||
|
|
||
|
@Target({ElementType.FIELD, ElementType.PARAMETER, ElementType.METHOD})
|
||
|
@fZC
|
||
|
@Retention(RetentionPolicy.RUNTIME)
|
||
|
/* loaded from: classes.dex */
|
||
|
public @interface a {
|
||
|
}
|