r

requiresannotation.annotation

Annotation that checks annotation for classes in the method parameters.
https://github.com/bolteu/requires-annotation
MIT
Bolt Technologies OÜ
文件下载
文件名 操作
requiresannotation.annotation-1.2.jar 下载
requiresannotation.annotation-1.2.pom 下载
requiresannotation.annotation-1.2-sources.jar 下载
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'
本项目依赖
该项目无第三方依赖