Annotation Type PerThreadMapper


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface PerThreadMapper
    A PerThreadMapper will be instantiated once for each thread, for each scope in which it is used. Mapper developers should endeavor to implement ThreadSafeMappers instead.