Annotation Type DocumentProcessorRequired


  • @Internal
    @Retention(RUNTIME)
    @Target({ANNOTATION_TYPE,TYPE})
    @Documented
    public @interface DocumentProcessorRequired
    Requires the repository to be processed by the data-document-processor. Allows to detect miss-configuration when only the data-processor is included on the annotation processor classpath.
    Since:
    3.5.0
    Author:
    Denis Stepanov