a

annotation-utils

Utility methods for dealing with annotations in a library that may be using proxying tools like cglib
http://github.com/jaidenashmore/java-dynamic-sqs-listener
MIT License
jaidenashmore
Jaiden Ashmore
Files download
File Operation
annotation-utils-4.1.0.jar download
annotation-utils-4.1.0.pom download
annotation-utils-4.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jashmore</groupId>
  <artifactId>annotation-utils</artifactId>
  <version>4.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.jashmore:annotation-utils:4.1.0'
Gradle Kotlin
implementation("com.jashmore:annotation-utils:4.1.0")
Scala SBT
libraryDependencies += "com.jashmore" % "annotation-utils" % "4.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.jashmore', module='annotation-utils', version='4.1.0')
)
Apache Ivy
<dependency org="com.jashmore" name="annotation-utils" rev="4.1.0" />
Leiningen
[com.jashmore/annotation-utils "4.1.0"]
Apache Buildr
'com.jashmore:annotation-utils:jar:4.1.0'