Annotation Type SolrThreadSafe
- 
 @Documented @Retention(SOURCE) @Target(TYPE) public @interface SolrThreadSafe This annotation is applied to a class that is thread safe. This means that the objects of this class will never be in an inconsistent state, irrespective of interleaving accesses to the object.