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-6.0.0.jar download
annotation-utils-6.0.0.pom download
annotation-utils-6.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.jashmore</groupId>
  <artifactId>annotation-utils</artifactId>
  <version>6.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.jashmore:annotation-utils:6.0.0'
Gradle Kotlin
implementation("com.jashmore:annotation-utils:6.0.0")
Scala SBT
libraryDependencies += "com.jashmore" % "annotation-utils" % "6.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.jashmore', module='annotation-utils', version='6.0.0')
)
Apache Ivy
<dependency org="com.jashmore" name="annotation-utils" rev="6.0.0" />
Leiningen
[com.jashmore/annotation-utils "6.0.0"]
Apache Buildr
'com.jashmore:annotation-utils:jar:6.0.0'