• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package example.xml;
2 
3 import static java.lang.annotation.RetentionPolicy.*;
4 
5 import java.lang.annotation.Retention;
6 
7 @Retention(RUNTIME)
8 public @interface FromFlash {}
9