Annotation Type LuceneIndependent


  • @Internal
    @Documented
    @Retention(CLASS)
    public @interface LuceneIndependent
    Many classes located on *.lucene or having lucene in their name have been refactored to be independent of Lucene. They are annotated with this annotation and remains in the original package because relocate and rename them will break many plugins on independent repositories.
    Since:
    7.14