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