Skip to content

Commit

Permalink
Issue #418 Set a deterministic order for the method interceptors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanouii authored and manovotn committed Feb 13, 2023
1 parent 4f4c8fe commit e1a5269
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@

@Interceptor
@BravoBinding
@Priority(Interceptor.Priority.APPLICATION)
@Priority(Interceptor.Priority.APPLICATION + 100)
public class BravoInterceptor extends AbstractInterceptor {
}

0 comments on commit e1a5269

Please sign in to comment.