Annotation Interface Meta


@Target(TYPE) @Retention(RUNTIME) public @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
    Modifier and Type
    Required Element
    Description
    The name of the addon.
  • Element Details

    • name

      String name
      The 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.