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.
文件下载
文件名 操作
andhow-annotation-processor-tests-0.4.1.1.jar 下载
andhow-annotation-processor-tests-0.4.1.1.pom 下载
andhow-annotation-processor-tests-0.4.1.1-sources.jar 下载
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'