From 8115f910baec4d662ab770a52daf07ad54fd85a4 Mon Sep 17 00:00:00 2001 From: Sebastian Hartte Date: Wed, 10 Apr 2024 20:22:14 +0200 Subject: [PATCH] Document the --unfinal-params option. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33e9db1..865c44b 100644 --- a/README.md +++ b/README.md @@ -130,6 +130,10 @@ command-line options for controlling these transformations. This option disables this feature, preventing the `fernflower_abstract_parameter_names.txt` from being written by ART. +- `--unfinal-params` + + Removes the final attribute from method parameters. + ## License ART is licensed under the GNU Lesser General Public License, version 2.1. See the `LICENSE` file for the full license.