r

requiresannotation.annotation

Annotation that checks annotation for classes in the method parameters.
https://github.com/bolteu/requires-annotation
MIT
Bolt Technologies OÜ
Files download
File Operation
requiresannotation.annotation-1.2.jar download
requiresannotation.annotation-1.2.pom download
requiresannotation.annotation-1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>eu.bolt</groupId>
  <artifactId>requiresannotation.annotation</artifactId>
  <version>1.2</version>
</dependency>
Gradle Groovy
implementation 'eu.bolt:requiresannotation.annotation:1.2'
Gradle Kotlin
implementation("eu.bolt:requiresannotation.annotation:1.2")
Scala SBT
libraryDependencies += "eu.bolt" % "requiresannotation.annotation" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='eu.bolt', module='requiresannotation.annotation', version='1.2')
)
Apache Ivy
<dependency org="eu.bolt" name="requiresannotation.annotation" rev="1.2" />
Leiningen
[eu.bolt/requiresannotation.annotation "1.2"]
Apache Buildr
'eu.bolt:requiresannotation.annotation:jar:1.2'
Dependencies
The project has no third-party dependencies