Home | History | Annotate | Download | only in xml
      1 package example.xml;
      2 
      3 import java.lang.annotation.Retention;
      4 import static java.lang.annotation.RetentionPolicy.*;
      5 
      6 @Retention(RUNTIME)
      7 public @interface FromFlash {}