1 import java.lang.annotation.*;
   2 
   3 @Retention(RetentionPolicy.RUNTIME)
   4 public @interface Fleeting {
   5     int value();
   6 }