is not current version
Last Version 0.1.3

com.kotcrab.annotation:callsuper 0.1.2

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

GroupId

GroupId

com.kotcrab.annotation
ArtifactId

ArtifactId

callsuper
Version

Version

0.1.2
Type

Type

jar

Download callsuper 0.1.2


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