blob: def204478e7dcf1e026a804d36b52a80cca34732 [file] [log] [blame]
crazybobleec1120632009-02-05 06:23:52 +00001package example.xml;
2
3import java.lang.annotation.Retention;
4import static java.lang.annotation.RetentionPolicy.*;
5
6@Retention(RUNTIME)
7public @interface FromFlash {}