Home | History | Annotate | Download | only in executable
      1 package:
      2 annotation @Tainted: @Retention(RUNTIME)
      3 annotation @NonNull: @Retention(RUNTIME)
      4 
      5 package foo:
      6 class Bar:
      7   method getSomething(Ljava/lang/StringBuffer;)V:
      8     receiver: @Tainted
      9   method setSomething(Ljava/lang/String;)V:
     10     parameter #0: @NonNull
     11   method <init>(Ljava/lang/String;)V:
     12