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 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.

  • Packages

    Exports
    Package
    Description
    An 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.