I\'m working on a new codebase and migrating the system to a new framework.
There are a number of packages that I would like to deprecate, just to make it very clear
For those who came later... My solution with IDEA "Replace in Path"
Text to find: (public|protected)+(\s)(abstract)(\s)(static)(\s)(final)(\s)*(class|interface|enum|Enum) Replace with: @Deprecated\n\$1 \$3 \$5 \$7 \$9 Options: (select) Regular expressions Directory: {Choose dir}