JCIP Annotations under Apache License

A clean room implementation of the JCIP Annotations based entirely on the specification provided by the javadocs.

Лицензия

Лицензия

Группа

Группа

com.github.stephenc.jcip
Идентификатор

Идентификатор

jcip-annotations
Последняя версия

Последняя версия

1.0-1
Дата

Дата

Тип

Тип

jar
Описание

Описание

JCIP Annotations under Apache License
A clean room implementation of the JCIP Annotations based entirely on the specification provided by the javadocs.
Система контроля версий

Система контроля версий

http://github.com/stephenc/jcip-annotations/tree/master/

Скачать jcip-annotations

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.stephenc.jcip/jcip-annotations/ -->
<dependency>
    <groupId>com.github.stephenc.jcip</groupId>
    <artifactId>jcip-annotations</artifactId>
    <version>1.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stephenc.jcip/jcip-annotations/
implementation 'com.github.stephenc.jcip:jcip-annotations:1.0-1'
// https://jarcasting.com/artifacts/com.github.stephenc.jcip/jcip-annotations/
implementation ("com.github.stephenc.jcip:jcip-annotations:1.0-1")
'com.github.stephenc.jcip:jcip-annotations:jar:1.0-1'
<dependency org="com.github.stephenc.jcip" name="jcip-annotations" rev="1.0-1">
  <artifact name="jcip-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stephenc.jcip', module='jcip-annotations', version='1.0-1')
)
libraryDependencies += "com.github.stephenc.jcip" % "jcip-annotations" % "1.0-1"
[com.github.stephenc.jcip/jcip-annotations "1.0-1"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.8.2

Модули Проекта

Данный проект не имеет модулей.

Introduction

This is a cleanroom implementation of the JCIP Annotations.

I used only the Javadoc of the JCIP annotations.

At no time did I look at the original Findbugs source code.

Rational

The JCIP Annotations are really useful, however they are released under the [Creative Commons Attribution License] (http://creativecommons.org/licenses/by/2.5), which is not recommended for licensing software and may therefore cause issues for some people.

Credits

Brian Goetz and Tim Peierls you guys are f*cking awesome, and I didn't realize how bad a Java developer I was until I saw that book. As soon as I saw the Yuk face listing on page 32, I knew I had to buy the book.

If there is one book every Java developer should have, JCIP is that book.

Версии библиотеки

Версия
1.0-1