Annotation Interface PartitionerPlugin


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface PartitionerPlugin
An alternate way of defining partiioners. Classes annotated with "PartitionerPlugin" are automatically recognized and registered as a partitioner plugin. Important: The XML definitions alienate annoated steps and the two methods of definition are therefore mutually exclusive.
Author:
Alex Silva
  • Element Details

    • name

      String name
      Default:
      ""
    • description

      String description
      Default:
      ""
    • i18nPackageName

      String i18nPackageName
      Default:
      ""
    • classLoaderGroup

      String classLoaderGroup
      Default:
      ""