Annotation Type Priority


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Priority
    The lower value() of an Evaluator, the earlier the MultiEvaluator will call it. If two Evaluators have the same priority, the order of their execution is unspecified.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int value
      Returns the priority of the Evaluator.
    • Element Detail

      • value

        int value
        Returns the priority of the Evaluator.
        Returns:
        the priority of the evaluator
        Default:
        0