--- /dev/null 2016-04-30 12:24:07.320478178 -0700 +++ new/test/java/lang/annotation/ExceptionalToString/version1/Fleeting.java 2016-05-29 18:05:59.199996565 -0700 @@ -0,0 +1,6 @@ +import java.lang.annotation.*; + +@Retention(RetentionPolicy.RUNTIME) +public @interface Fleeting { + int value(); +} \ No newline at end of file