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