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.
Java Platform Module System
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
or uk.autores.handling packages
should generally use the uk.autores.namingrequires 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.
-
Packages
ExportsPackageDescriptionAn annotation driven library for working with embedded resource files.The annotation handling API.Types for naming classes and their members during code generation.