discord-jadx/app/src/main/java/c/g/a/a/x.java
2021-07-24 04:37:17 +02:00

12 lines
385 B
Java

package c.g.a.a;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/* compiled from: JsonRawValue */
@Target({ElementType.ANNOTATION_TYPE, ElementType.METHOD, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface x {
boolean value() default true;
}