• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.annotation .blah Lblah;
2.end annotation
3
4.annotation runtime .blah
5.end annotation
6
7.annotation runtime Lblah;
8 blah .blah .blah
9.end annotation
10
11.annotation runtime Lblah;
12 blah = .blah .blah
13.end annotation
14
15.annotation runtime Lblah;
16 blah = .subannotation Lblah2;
17           blah = "blah"
18        .blah
19.end annotation