Annotation Type ArchivistFor
-
@Retention(RUNTIME) @Target(TYPE) @Qualifier public @interface ArchivistFor
Normally goes withServiceannotation, and this annotation must be placed on a class that extendsArchivist.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description StringvalueseeArchiveTypeand its implementation classes for valid string values.
-
-
-
Element Detail
-
value
@Metadata("archiveType") String valueseeArchiveTypeand its implementation classes for valid string values.
-
-