• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1package java.lang.annotation:
2annotation @Deprecated:
3annotation @Tainted:
4
5package annotator.tests:
6class InnerTypeResolution:
7
8    method <init>()V:
9        return:
10
11    method method01(Ljava/util/Map;)Ljava/util/Map$Entry;: @Deprecated
12        return:
13        parameter #0:
14            type: @Tainted
15
16    method method02(Ljava/util/Map;)Ljava/util/Map$Entry;: @Deprecated
17        return:
18        parameter #0:
19            type:
20                inner-type 3, 0: @Tainted
21
22