Annotation Type SolrSingleThreaded


  • @Documented
    @Retention(SOURCE)
    @Target(TYPE)
    public @interface SolrSingleThreaded
    Annotation for classes in Solr that are not thread safe. This provides a clear indication of the thread safety of the class.