Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 2.27 KB

README.md

File metadata and controls

44 lines (31 loc) · 2.27 KB

AutoRes.uk

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());
  }
}

Explore

License

Software in this repository is licensed under the Apache Software License 2.0.

No claim is made over any code generated by this library.

Branches

Branch Description CI
dev8 Primary development branch targeting Java 8 Build
dev11 Java 11 fork with native module support Build
main Most recent release for Java 11 Build Document
release/* Frozen branches for released versions javadoc

Releases

Bytecode, source code, and javadoc are published to the Maven central repository.

Tests

See autores-integration for build integration examples.