Package io.virtdata.annotations
Annotation Type ThreadSafeMapper
-
@Retention(RUNTIME) @Target(TYPE) public @interface ThreadSafeMapperA ThreadSafeMapper will only be instantiated once in a scope, to be shared among all threads in that scope.
@Retention(RUNTIME)
@Target(TYPE)
public @interface ThreadSafeMapper