Annotation Interface ValueMetaPlugin


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface ValueMetaPlugin
Classes annotated with "ValueMetaPlugin" are automatically recognized and registered as a new data type in the form of a ValueMetaInterface class.
Author:
matt
  • Element Details

    • id

      String id
      Returns:
      The ID of the step. You can specify more than one ID in a comma separated format: id1,id2,id3 for deprecation purposes.
    • name

      String name
    • description

      String description
      Default:
      ""
    • isSeparateClassLoaderNeeded

      boolean isSeparateClassLoaderNeeded
      Returns:
      True if a separate class loader is needed every time this class is instantiated
      Default:
      false
    • documentationUrl

      String documentationUrl
      Default:
      ""
    • casesUrl

      String casesUrl
      Default:
      ""
    • forumUrl

      String forumUrl
      Default:
      ""
    • classLoaderGroup

      String classLoaderGroup
      Default:
      ""