Annotation Type Priority


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface Priority
The Priority annotation can be applied to classes to indicate in what order the CriteriaBuilderConfigurationContributor should be registered.
Since:
1.6.2
Author:
Jan-Willem Gmelig Meyling
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The priority value.
  • Element Details

    • value

      int value
      The priority value. The range 0-500 is reserved for internal uses. 500 - 1000 is reserved for libraries and 1000+ is for user provided contributors.
      Returns:
      The priority value.