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.5</version> </dependency> - Gradle
dependencies { … //---* The tquadrat configuration stuff *------------------------------- implementation 'org.tquadrat.library:org.tquadrat.foundation.config:0.25.5' annotationProcessor 'org.tquadrat.tool:org.tquadrat.foundation.config.ap:0.25.5' … } // dependenciesThe current version for the annotation processor can be different than that for this component. —
Last updated: 2026-05-05T16:38:25.333843721+02:00[Europe/Berlin]