Annotation Interface SystemRepositoryComponent


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface SystemRepositoryComponent
SystemRepository登録対象のコンポーネントを表すアノテーション。
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    コンポーネント名
    コンポーネント名をクラスで指定する
  • Element Details

    • name

      String name
      コンポーネント名
      Default:
      ""
    • nameFromType

      Class<?> nameFromType
      コンポーネント名をクラスで指定する
      Default:
      nablarch.core.repository.di.config.externalize.annotation.SystemRepositoryComponent.class