1 package java.lang: 2 annotation @SuppressWarnings: 3 String value 4 5 package java.lang: 6 annotation @Deprecated: 7 8 package annotator.tests: 9 class DuplicateAnnotation: 10 11 method m5()V: @java.lang.SuppressWarnings(value="E") 12 return: 13 14 method m6()V: 15 return: 16 insert-annotation Method.body, Block.statement 0, Variable.type: @java.lang.Deprecated 17 18