Annotation Type Priority


  • @Inherited
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Priority
    Annotation to mark the method to execute to get rule priority. Must annotate any public method with no arguments and that returns an integer value.