@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Addon
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
authors
Returns the addon authors
|
java.lang.String |
id
Returns the addon id
|
AddonScope |
scope
Returns the addon scope
|
java.lang.String |
version
Returns the addon version
|
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
name
Returns the addon name
Can be translatable
|
public abstract AddonScope scope
public abstract java.lang.String version