Annotation Type ArchivistFor


  • @Retention(RUNTIME)
    @Target(TYPE)
    @Qualifier
    public @interface ArchivistFor
    Normally goes with Service annotation, and this annotation must be placed on a class that extends Archivist.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      see ArchiveType and its implementation classes for valid string values.
    • Element Detail

      • value

        @Metadata("archiveType")
        String value
        see ArchiveType and its implementation classes for valid string values.