Annotation Interface PluginAliases


Identifies a list of aliases for an annotated plugin element. This is supported by plugin classes and other element types supported by the annotations in this package.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Aliases the annotated element can also be referred to.
  • Element Details

    • value

      String[] value
      Aliases the annotated element can also be referred to. These aliases are case-insensitive.
      Returns:
      the aliases associated with the plugin.