Skip to content

Commit

Permalink
Add documentation to NativeImageResourceBuildItem's constructors
Browse files Browse the repository at this point in the history
(cherry picked from commit 757537b)
  • Loading branch information
zakkak authored and gsmet committed Apr 23, 2024
1 parent d02685b commit 46fca01
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
import io.quarkus.builder.item.MultiBuildItem;

/**
* A build item that indicates that a static resource should be included in the native image
* A build item that indicates that a static resource should be included in the native image.
* <p>
* A static resource is a file that is not processed by the build steps, but is included in the native image as-is.
* The resource path passed to the constructor is a {@code /}-separated path name (with the same semantics as the parameters
* passed to {@link java.lang.ClassLoader#getResources(String)}.
* <p>
* Related build items:
* <ul>
Expand Down

0 comments on commit 46fca01

Please sign in to comment.