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
Files download
File Operation
annotation-cache-0.0.3.jar download
annotation-cache-0.0.3.pom download
annotation-cache-0.0.3-sources.jar download
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'