• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Standard annotations.
2# Note, each line is a single argument, so we need newlines after each `--xxx-annotation`.
3--keep-annotation
4    android.ravenwood.annotation.RavenwoodKeep
5
6--keep-annotation
7    android.ravenwood.annotation.RavenwoodKeepPartialClass
8
9--keep-class-annotation
10    android.ravenwood.annotation.RavenwoodKeepWholeClass
11
12--throw-annotation
13    android.ravenwood.annotation.RavenwoodThrow
14
15--remove-annotation
16    android.ravenwood.annotation.RavenwoodRemove
17
18--ignore-annotation
19    android.ravenwood.annotation.RavenwoodIgnore
20
21--partially-allowed-annotation
22    android.ravenwood.annotation.RavenwoodPartiallyAllowlisted
23
24--substitute-annotation
25    android.ravenwood.annotation.RavenwoodReplace
26
27--redirect-annotation
28    android.ravenwood.annotation.RavenwoodRedirect
29
30--redirection-class-annotation
31    android.ravenwood.annotation.RavenwoodRedirectionClass
32
33--class-load-hook-annotation
34    android.ravenwood.annotation.RavenwoodClassLoadHook
35
36--keep-static-initializer-annotation
37    android.ravenwood.annotation.RavenwoodKeepStaticInitializer
38