Annotation Type SolrThreadUnsafe


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