Home | History | Annotate | Download | only in tests
      1 package java.lang:
      2 annotation @UnderInitialization: @Retention(value=RUNTIME) @java.lang.annotation.Target(value={TYPE_USE})
      3 
      4 package java.lang:
      5 annotation @Tainted: @Retention(value=RUNTIME) @java.lang.annotation.Target(value={TYPE_USE})
      6 
      7 package annotator.tests:
      8 class LocalGeneric:
      9 
     10     method <init>()V:
     11 
     12     method foo()V:
     13         local 1 #2+8:
     14             type: @java.lang.UnderInitialization
     15                 inner-type 3, 0: @java.lang.Tainted
     16 
     17