| Modifier and Type | Required Element and Description |
|---|---|
String |
value
The name of the library.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
dependsOn
Specifies the name of the libraries this library depends on.
|
boolean |
requireStatic
Specifies if static linking is required.
|
public abstract String value
public abstract boolean requireStatic
public abstract String[] dependsOn