Annotation driven Java code generation library for working with embedded resources.
@uk.autores.Texts({"Poule.txt", "Roses.txt"})
public class PrintRhymes {
public static void main(String...args) {
System.out.println(Poule.text());
System.out.println(Roses.text());
}
}
- 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.
Bytecode, source code, and javadoc are published to the Maven central repository.
See autores-integration for build integration examples.