Annotation Interface RepositoryPlugin


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface RepositoryPlugin
An alternate way of defining repository plugins. Classes annotated with "RepositoryPLugin" are automatically recognized and registered as a repository plugin. Important: The XML definitions alienate annotated repository plugins and the two methods of definition are therefore mutually exclusive.
  • Element Details

    • description

      String description
      Default:
      ""
    • i18nPackageName

      String i18nPackageName
      Default:
      ""
    • classLoaderGroup

      String classLoaderGroup
      Default:
      ""