callsuper-annotation

Annotation that forces you to call super method if it was annotated with @CallSuper

Лицензия

Лицензия

Группа

Группа

com.kotcrab.annotation
Идентификатор

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

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

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

0.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

callsuper-annotation
Annotation that forces you to call super method if it was annotated with @CallSuper
Ссылка на сайт

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

https://github.com/kotcrab/callsuper-annotation

Скачать callsuper

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

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

Зависимости

test (1)

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

system (1)

Идентификатор библиотеки Тип Версия
com.sun » tools Необязательный jar 1.6.0

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

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

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

Версия
0.1.3
0.1.2
0.1.1
0.1.0