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