a

annotation-cache

A library which provides cahing for annotation on getters on a java bean. Also it 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.1.jar download
annotation-cache-0.0.1.pom download
annotation-cache-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.spjoe</groupId>
  <artifactId>annotation-cache</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.spjoe:annotation-cache:0.0.1'
Gradle Kotlin
implementation("com.github.spjoe:annotation-cache:0.0.1")
Scala SBT
libraryDependencies += "com.github.spjoe" % "annotation-cache" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.spjoe', module='annotation-cache', version='0.0.1')
)
Apache Ivy
<dependency org="com.github.spjoe" name="annotation-cache" rev="0.0.1" />
Leiningen
[com.github.spjoe/annotation-cache "0.0.1"]
Apache Buildr
'com.github.spjoe:annotation-cache:jar:0.0.1'