Annotation Interface TierEditorInfo


@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) public @interface TierEditorInfo
Annotation requried for TierEditor IPluginExtensionPoints. This annotation should exist on the extension point implementation.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Tier name (optional) If specified, the editor will only be used for the specified tier name.
    Tier type
  • Element Details

    • type

      Class<?> type
      Tier type
      Default:
      java.lang.String.class
    • tierName

      String tierName
      Tier name (optional) If specified, the editor will only be used for the specified tier name.
      Default:
      ""