ip-annotations.1.1.0.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcip-annotations Show documentation
Show all versions of jcip-annotations Show documentation
A clean room implementation of the JCIP Annotations based entirely on the specification provided by the
javadocs.
The newest version!
module org.icroco.jcip.annotations {
exports net.jcip.annotations;
opens net.jcip.annotations;
}