• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# File containing standard options to Ravenizer for Ravenwood
2
3# Keep all classes / methods / fields in tests and its target
4--default-keep
5
6--delete-finals
7
8# Include standard annotations
9@jar:texts/ravenwood-standard-annotations.txt
10
11# Apply common policies
12--policy-override-file
13    jar:texts/ravenwood-common-policies.txt
14