How to Install and Uninstall paranamer Package on openSUSE Leap
Last updated: March 04,2025
1. Install "paranamer" package
Please follow the steps below to install paranamer on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
paranamer
Copied
2. Uninstall "paranamer" package
Here is a brief guide to show you how to uninstall paranamer on openSUSE Leap:
$
sudo zypper remove
paranamer
Copied
3. Information about the paranamer package on openSUSE Leap
Information for package paranamer:
----------------------------------
Repository : Main Repository
Name : paranamer
Version : 2.8-150200.3.4.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 53.5 KiB
Installed : No
Status : not installed
Source package : paranamer-2.8-150200.3.4.3.src
Upstream URL : https://github.com/paul-hammant/paranamer
Summary : Java library for accessing non-private method's parameter names at run-time
Description :
Paranamer is a Java library that allows the parameter names of non-private
methods and constructors to be accessed at run-time. Most compilers discard
this information; traditional Reflection on JDK <= 7 would show something like
doSomething(mypackage.Person ???) instead of doSomething(mypackage.Person toMe).
The Paranamer library fills this gap for these JDK versions.
----------------------------------
Repository : Main Repository
Name : paranamer
Version : 2.8-150200.3.4.3
Arch : noarch
Vendor : SUSE LLC
Installed Size : 53.5 KiB
Installed : No
Status : not installed
Source package : paranamer-2.8-150200.3.4.3.src
Upstream URL : https://github.com/paul-hammant/paranamer
Summary : Java library for accessing non-private method's parameter names at run-time
Description :
Paranamer is a Java library that allows the parameter names of non-private
methods and constructors to be accessed at run-time. Most compilers discard
this information; traditional Reflection on JDK <= 7 would show something like
doSomething(mypackage.Person ???) instead of doSomething(mypackage.Person toMe).
The Paranamer library fills this gap for these JDK versions.