Package io.quarkus.runtime.annotations
Annotation Interface RegisterResources
Annotation that can be used to register resource files to be included in the native image.
-
Nested Class Summary
Nested Classes -
Optional Element Summary
Optional Elements
-
Element Details
-
globs
String[] globsAdd an array of glob patterns for matching resource paths that should be added to the native image.Use slash (
/) as a path separator on all platforms. Globs must not start with slash.- Default:
{}
-