Paranamer is a Java tool that enables programmers to retrieve parameter names from Java class methods.
To get started with Paranamer, you'll need to have Java 1.5 or later installed on your computer. Once you have that, you're ready to dive in and start using the tool.
One of the best features of Paranamer is its runtime-only mode, which was added in a recent release. This makes it easy to add the tool to an existing project without requiring any changes to your build or deployment processes. Simply include the runtime library and you'll be ready to go.
Paranamer uses ASM (a Java bytecode manipulation framework) to retrieve parameter names from the debug data in a class file. This means that the tool is highly reliable and accurate, with minimal overhead. It's a great choice for any Java developer who needs easy access to parameter names.
Version 1.3: N/A