File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
snaploader/src/main/java/electrostatic4j/snaploader Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3232
3333package electrostatic4j .snaploader ;
3434
35+ import electrostatic4j .snaploader .util .CallingStackMetaData ;
36+
3537/**
3638 * Represents an extraction/loading criterion type.
3739 *
@@ -127,7 +129,8 @@ public enum LoadingCriterion {
127129 * This approach requires the library to be present on the system beforehand.
128130 * If the library is missing, the loading process will fail with an {@code UnsatisfiedLinkError}.
129131 * To ensure compatibility across different systems, consider providing a fallback
130- * mechanism to extract the library dynamically when needed via {@link NativeBinaryLoadingListener#onLoadingFailure(NativeBinaryLoader)}.
132+ * mechanism to extract the library dynamically whenever required
133+ * via {@link NativeBinaryLoadingListener#onLoadingFailure(NativeBinaryLoader, CallingStackMetaData)}.
131134 * </p>
132135 */
133136 SYSTEM_LOAD
You can’t perform that action at this time.
0 commit comments