1 package java.lang: 2 annotation @Tainted: @java.lang.annotation.Retention(value=RUNTIME) @java.lang.annotation.Target(value={TYPE_USE}) 3 4 package annotator.tests: 5 class InstanceOfSimple: 6 7 method foo(Ljava/lang/Object;)V: 8 return: 9 insert-annotation Method.body, Block.statement 0, If.condition, Parenthesized.expression, InstanceOf.type: @java.lang.Tainted 10 11