License |
License |
---|---|
GroupId | GroupIdorg.yarnandtail |
ArtifactId | ArtifactIdandhow-annotation-processor-tests |
Last Version | Last Version0.4.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAndHow 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.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.yarnandtail/andhow-annotation-processor-tests/ -->
<dependency>
<groupId>org.yarnandtail</groupId>
<artifactId>andhow-annotation-processor-tests</artifactId>
<version>0.4.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-annotation-processor-tests/
implementation 'org.yarnandtail:andhow-annotation-processor-tests:0.4.1.1'
// https://jarcasting.com/artifacts/org.yarnandtail/andhow-annotation-processor-tests/
implementation ("org.yarnandtail:andhow-annotation-processor-tests:0.4.1.1")
'org.yarnandtail:andhow-annotation-processor-tests:jar:0.4.1.1'
<dependency org="org.yarnandtail" name="andhow-annotation-processor-tests" rev="0.4.1.1">
<artifact name="andhow-annotation-processor-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yarnandtail', module='andhow-annotation-processor-tests', version='0.4.1.1')
)
libraryDependencies += "org.yarnandtail" % "andhow-annotation-processor-tests" % "0.4.1.1"
[org.yarnandtail/andhow-annotation-processor-tests "0.4.1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.yarnandtail : andhow-core | jar | 0.4.1.1 |
org.yarnandtail : andhow-annotation-processor | jar | 0.4.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |