Name: | jcip-annotations |
---|---|
Version: | 1 |
Release: | 15.20060626.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 3953 |
License: | CC-BY |
RPM: | jcip-annotations-1-15.20060626.el7.noarch.rpm |
Source RPM: | jcip-annotations-1-15.20060626.el7.src.rpm |
Build Date: | Fri Oct 27 2017 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.jcip.net/ |
Summary: | Java annotations for multithreaded software |
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. |
- jcip-annotations-javadoc no longer depends on jcip-annotations
- Add alias for com.github.stephenc.jcip:jcip-annotations
- Switch to .mfiles
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
- Change java dependency to java-headless (bug #1068255)
- Remove jpackage-utils dependency from jcip-annotations-javadoc
- Update source URL
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- Update to current packaging guidelines - Resolves: rhbz#880283