what-the-bank/sources/org/simpleframework/xml/ElementListUnion.java

11 lines
252 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package org.simpleframework.xml;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
/* loaded from: classes.dex */
public @interface ElementListUnion {
ElementList[] value();
}