Home | History | Annotate | Download | only in converted
      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 NewSimple:
      6 
      7     method foo()V:
      8         return:
      9         insert-annotation Method.body, Block.statement 0, Variable.initializer, NewClass.identifier: @java.lang.Tainted
     10 
     11