MCPcopy Create free account
hub / github.com/java-native-access/jna / dispose

Method dispose

src/com/sun/jna/NativeLibrary.java:710–713  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

708 }
709
710 @Deprecated
711 public void dispose() {
712 close();
713 }
714
715 private static List<String> initPaths(String key) {
716 String value = System.getProperty(key, "");

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected