Java Design Pattern Annotations

Design Patterns are typically encoded into Java code in an ad-hoc fashion. They are either embedded into the names of the classes or written into the Javadocs. Unfortunately it is impossible to accurately determine a pattern based solely on the class structure without knowing the intent of the code author. JPatterns is a collection of annotations that make it easy to communicate the use of (Design)Patterns within your code to your fellow developers and your future self.

Лицензия

Лицензия

Группа

Группа

org.jpatterns
Идентификатор

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

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

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

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java Design Pattern Annotations
Design Patterns are typically encoded into Java code in an ad-hoc fashion. They are either embedded into the names of the classes or written into the Javadocs. Unfortunately it is impossible to accurately determine a pattern based solely on the class structure without knowing the intent of the code author. JPatterns is a collection of annotations that make it easy to communicate the use of (Design)Patterns within your code to your fellow developers and your future self.
Ссылка на сайт

Ссылка на сайт

http://jpatterns.org
Система контроля версий

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

http://github.com/jexp/jpatterns

Скачать jpatterns

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

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

Зависимости

test (2)

Идентификатор библиотеки Тип Версия
junit : junit-dep jar 4.5
org.easymock : easymock jar 2.4

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

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

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

Версия
0.0.1