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
directive.
This package is intended to be compile-time only.
uk.autores
;
Modules that extend the API via the
package
should generally use the uk.autores.handling
requires
directive.
uk.autores
;
-
-
Packages
Exports Package Description uk.autores An annotation driven library for working with embedded resource files.uk.autores.handling The annotation handling API.uk.autores.naming Types for naming classes and their members during code generation.
-