Annotation Interface Meta
Provides basic metadata for
Addon.
The Meta annotation is used to define basic information about an addon,
such as its name, which is used in various parts of the addon management system.
- Since:
- 3.1.0-SNAPSHOT
-
Required Element Summary
Required Elements
-
Element Details
-
name
String nameThe name of the addon.This name must be unique and should adhere to the addon naming conventions (e.g., no special characters or spaces).
- Returns:
- The name of the addon.
-