a

annotation-cache

A library which provides caching for annotation on getters of java bean properties. It also creates byte code (via reflectAsm) to call getter and setter of the annotated java bean property
https://gitlab.com/cdellmour/annotation-cache
Apache License, Version 2.0
Camillo Dell'mour
文件下载
文件名 操作
annotation-cache-0.0.3.jar 下载
annotation-cache-0.0.3.pom 下载
annotation-cache-0.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.spjoe</groupId>
  <artifactId>annotation-cache</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.spjoe:annotation-cache:0.0.3'
Gradle Kotlin
implementation("com.github.spjoe:annotation-cache:0.0.3")
Scala SBT
libraryDependencies += "com.github.spjoe" % "annotation-cache" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spjoe', module='annotation-cache', version='0.0.3')
)
Apache Ivy
<dependency org="com.github.spjoe" name="annotation-cache" rev="0.0.3" />
Leiningen
[com.github.spjoe/annotation-cache "0.0.3"]
Apache Buildr
'com.github.spjoe:annotation-cache:jar:0.0.3'