This library provides the annotations for the definition of a Configuration Bean Specification that is the input to the generation of an Configuration Bean.
It also provides
Refer also to foundation-config-ap
Documentation
- Javadoc Reference
- Maven POM
<dependency> <groupId>org.tquadrat.library</groupId> <artifactId>org.tquadrat.foundation.config</artifactId> <version>0.25.12</version> </dependency> - Gradle
dependencies { … //---* The tquadrat configuration stuff *------------------------------- implementation 'org.tquadrat.library:org.tquadrat.foundation.config:0.25.12' annotationProcessor 'org.tquadrat.tool:org.tquadrat.foundation.config.ap:0.25.12' … } // dependenciesThe current version for the annotation processor can be different from that for this component.
Last updated: 2026-06-05T22:56:52.762328597+02:00[Europe/Berlin]