Module uk.autores
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
PackageDescriptionAn annotation driven library for working with embedded resource files.Use these types to extend the API.Types for naming classes and their members during code generation.Annotations in this package do not need to be referenced by API consumers - they are used automatically when an annotation is used more than once on package or type.