@Retention(value=RUNTIME) @Inherited @Target(value={TYPE,METHOD,CONSTRUCTOR}) public @interface Library
BridJ.setNativeLibraryActualName(String, String)
.
Alternative aliases can also be added at runtime with
BridJ.addNativeLibraryAlias(String, String)
.
Finally, dependencies can also be added at runtime with
BridJ.addNativeLibraryDependencies(java.lang.String, java.lang.String...)
.
Modifier and Type | Required Element and Description |
---|---|
String |
value
Name of this library.
|
Modifier and Type | Optional Element and Description |
---|---|
String[] |
dependencies
Names of libraries that need to be loaded before this library is loaded
|
String |
versionPattern |
public abstract String[] dependencies
public abstract String versionPattern
Copyright © 2009-2020. All Rights Reserved.