Annotation driven Java code generation library for working with embedded resources.
@uk.autores.Texts(name = "Rhymes", value = {"Poule.txt", "Roses.txt"})
public class PrintRhymes {
public static void main(String...args) {
System.out.println(Rhymes.poule());
System.out.println(Rhymes.roses());
}
}
- Documentation
- Examples
- Building with Maven
Software in this repository is licensed under the Apache Software License 2.0.
No claim is made over any code generated by this library.
Branch | Description | CI |
---|---|---|
dev17 | Development branch (JDK17) | |
main | Most recent release for Java 17 | |
release/* | Frozen branches for released versions | |
dev8 | Obsolete (JDK8) | |
dev11 | Obsolete (JDK11) |
Bytecode, source code, and javadoc are published to the Maven central repository.
See autores-integration for build integration examples.