discord-jadx/app/src/main/java/i0/f0/p.java
2021-07-27 02:35:07 +02:00

14 lines
375 B
Java

package i0.f0;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/* compiled from: PUT */
@Target({ElementType.METHOD})
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface p {
String value() default "";
}