How to Install and Uninstall jcip-annotations.noarch Package on Fedora 39

Last updated: September 24,2024

1. Install "jcip-annotations.noarch" package

Please follow the steps below to install jcip-annotations.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install jcip-annotations.noarch

2. Uninstall "jcip-annotations.noarch" package

Please follow the guidelines below to uninstall jcip-annotations.noarch on Fedora 39:

$ sudo dnf remove jcip-annotations.noarch $ sudo dnf autoremove

3. Information about the jcip-annotations.noarch package on Fedora 39

Last metadata expiration check: 1:17:28 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : jcip-annotations
Version : 1
Release : 40.20060626.fc39
Architecture : noarch
Size : 11 k
Source : jcip-annotations-1-40.20060626.fc39.src.rpm
Repository : fedora
Summary : Java annotations for multithreaded software
URL : http://www.jcip.net/
License : CC-BY-2.5
Description : This package provides class, field, and method level annotations for
: describing thread-safety policies. These annotations are relatively
: unintrusive and are beneficial to both users and maintainers. Users can see
: immediately whether a class is thread-safe, and maintainers can see
: immediately whether thread-safety guarantees must be preserved. Annotations
: are also useful to a third constituency: tools. Static code-analysis tools
: may be able to verify that the code complies with the contract indicated by
: the annotation, such as verifying that a class annotated with @Immutable
: actually is immutable.