Annotation Type Sourceables


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Sourceables
    Container annotation for multiple Sourceable annotations.

    This is needed for cases where we have multiple master sources and each of them has different sourceable parts. For example, for GBIF_REGISTRY the DOI identifiers are sourceable and for IH only the IH_IRN are sourceable.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Sourceable[] value