discord-jadx/app/src/main/java/c/f/m/d.java

12 lines
362 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package c.f.m;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/* compiled from: DoNotOptimize */
@Target({ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.CONSTRUCTOR})
@Retention(RetentionPolicy.CLASS)
public @interface d {
}