@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Dependency
EquilinoxMod
on one or more EquilinoxMod
s (dependency system not yet implemented!).EquilinoxMod
).Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
dependencyIds
(dependency system not yet implemented!).
|
java.lang.String[] |
dependencyMinVersions
(dependency system not yet implemented!).
|