discord-jadx/app/src/main/java/c/g/a/a/a0.java

23 lines
581 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: JsonSubTypes */
@Target({ElementType.ANNOTATION_TYPE, ElementType.TYPE, ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER})
@Retention(RetentionPolicy.RUNTIME)
public @interface a0 {
/* compiled from: JsonSubTypes */
public @interface a {
String name() default "";
String[] names() default {};
Class<?> value();
}
a[] value();
}