Annotation Type QueryEvaluationOff


  • @Documented
    @Target(FIELD)
    @Retention(RUNTIME)
    public @interface QueryEvaluationOff
    turns query evaluation of specific fields off.

    All fields are evaluated by default.