Download callsuper-0.1.2.jar file - Jar c

Jar examples for c:callsuper

Description

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

You can download jar file callsuper 0.1.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add callsuper-0.1.2.jar to your project.

<dependency>
   <groupId>com.kotcrab.annotation</groupId>
   <artifactId>callsuper</artifactId>
   <version>0.1.2</version>
</dependency>
compile group: 'com.kotcrab.annotation', name: 'callsuper', version: '0.1.2'
libraryDependencies += "com.kotcrab.annotation" % "callsuper" % "0.1.2"
<dependency org="com.kotcrab.annotation" name="callsuper" rev="0.1.2"/>
@Grapes(@Grab(group='com.kotcrab.annotation', module='callsuper', version='0.1.2'))
'com.kotcrab.annotation:callsuper:jar:0.1.2'

Download

Click the following link to download the jar file.

callsuper-0.1.2-javadoc.jar
callsuper-0.1.2-sources.jar
callsuper-0.1.2.jar
callsuper-0.1.2.pom



Related Tutorials