Module uk.autores

AutoRes.uk

Convenient alternative to Class.getResourceAsStream(String). Use for compile-time resource verification or streamlining resource handling via code generation.

See the uk.autores package for core functionality.

Modules

Modules that only use the uk.autores package should generally use the requires static uk.autores; directive. This package is intended to be compile-time only.

Modules that extend the API via the uk.autores.handling package should generally use the requires uk.autores; directive.

Processing Annotations

A separate module, uk.autores.processing, performs the work of processing annotations. This library must be present on the annotation processor classpath at compile time. See source project for more information.