• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 FromSim {}
8