Skip to content

Annotation driven Java™ open source library for automating embedded resource file handling - an alternative to getResourceAsStream.

License

Notifications You must be signed in to change notification settings

autores-uk/autores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Annotation driven Java™ open source library for automating embedded resource file handling - an alternative to getResourceAsStream.

Topics

Resources

License

Stars

Watchers

Forks