Package io.virtdata.annotations
Annotation Type PerThreadMapper
-
@Retention(RUNTIME) @Target(TYPE) public @interface PerThreadMapperA PerThreadMapper will be instantiated once for each thread, for each scope in which it is used. Mapper developers should endeavor to implementThreadSafeMappers instead.