blob: 47ed41644c3d621d8ac6238a5946445fd4d27d25 [file] [log] [blame]
package example.xml;
import java.lang.annotation.Retention;
import static java.lang.annotation.RetentionPolicy.*;
@Retention(RUNTIME)
public @interface FromSim {}