1 package : 2 annotation @A: 3 4 package : 5 annotation @D: 6 7 package : 8 annotation @C: 9 10 package : 11 annotation @B: 12 13 package : 14 annotation @F: 15 16 package : 17 annotation @E: 18 19 package : 20 class AnonInner$InnerOne: 21 22 method m1(Ljava/lang/String;)Ljava/lang/Object;: 23 return: 24 insert-annotation Method.body, Block.statement 0, Return.expression, NewClass.identifier: @A 25 26 method m2(Ljava/lang/String;)Ljava/lang/Object;: 27 return: 28 insert-annotation Method.body, Block.statement 0, Return.expression, NewClass.identifier: @D 29 30 package : 31 class AnonInner$InnerOne$1: 32 33 method e1(Ljava/lang/Object;)Ljava/lang/Object;: 34 return: 35 insert-annotation Method.body, Block.statement 0, Return.expression, NewClass.identifier: @C 36 insert-annotation Method.type: @B 37 38 package : 39 class AnonInner$InnerOne$2: 40 41 method e2(Ljava/lang/Object;)Ljava/lang/Object;: 42 return: 43 insert-annotation Method.body, Block.statement 0, Return.expression, NewClass.identifier: @F 44 insert-annotation Method.type: @E 45 46