a

andhow-annotation-processor-tests

'Real world' compile-time testing of the annotation processor. Its impossible/hard to fully replicate the compile time environment including annotation processing, class generation, service loading, etc.. This module contains standard and edge case classes container AndHow properties. Unit tests then check to ensure that PropertyRegistrars were generated and registered as services for each top level class containing Properties.
Files download
File Operation
andhow-annotation-processor-tests-0.4.1.1.jar download
andhow-annotation-processor-tests-0.4.1.1.pom download
andhow-annotation-processor-tests-0.4.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.yarnandtail</groupId>
  <artifactId>andhow-annotation-processor-tests</artifactId>
  <version>0.4.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.yarnandtail:andhow-annotation-processor-tests:0.4.1.1'
Gradle Kotlin
implementation("org.yarnandtail:andhow-annotation-processor-tests:0.4.1.1")
Scala SBT
libraryDependencies += "org.yarnandtail" % "andhow-annotation-processor-tests" % "0.4.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.yarnandtail', module='andhow-annotation-processor-tests', version='0.4.1.1')
)
Apache Ivy
<dependency org="org.yarnandtail" name="andhow-annotation-processor-tests" rev="0.4.1.1" />
Leiningen
[org.yarnandtail/andhow-annotation-processor-tests "0.4.1.1"]
Apache Buildr
'org.yarnandtail:andhow-annotation-processor-tests:jar:0.4.1.1'