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

com.kotcrab.annotation:callsuper 0.1.0

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

Группа

Группа

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

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

callsuper
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать callsuper 0.1.0


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