Annotation Type ThreadSafeMapper


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface ThreadSafeMapper
    A ThreadSafeMapper will only be instantiated once in a scope, to be shared among all threads in that scope.