You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/deployment/src/main/java/io/quarkus/deployment/builditem/nativeimage/NativeImageResourceBuildItem.java
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@
7
7
importio.quarkus.builder.item.MultiBuildItem;
8
8
9
9
/**
10
-
* A build item that indicates that a static resource should be included in the native image
10
+
* A build item that indicates that a static resource should be included in the native image.
11
+
* <p>
12
+
* A static resource is a file that is not processed by the build steps, but is included in the native image as-is.
13
+
* The resource path passed to the constructor is a {@code /}-separated path name (with the same semantics as the parameters
14
+
* passed to {@link java.lang.ClassLoader#getResources(String)}.
0 commit comments