16 lines
340 B
Java
16 lines
340 B
Java
|
package o;
|
||
|
|
||
|
import java.lang.annotation.ElementType;
|
||
|
import java.lang.annotation.Retention;
|
||
|
import java.lang.annotation.RetentionPolicy;
|
||
|
import java.lang.annotation.Target;
|
||
|
import o.wdQ;
|
||
|
|
||
|
@Target({ElementType.METHOD})
|
||
|
@Retention(RetentionPolicy.RUNTIME)
|
||
|
@Deprecated
|
||
|
/* loaded from: classes.dex */
|
||
|
public @interface RDs {
|
||
|
wdQ.HBt d();
|
||
|
}
|