org.carrot2.util.annotations
Annotation Type ThreadSafe


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ThreadSafe

Marker interface for classes that can be used safely by more than one thread (concurrently).



Copyright (c) Dawid Weiss, Stanislaw Osinski