Skip to content

Commit

Permalink
Issue #419 Make sure DestructionInterceptor and it's superclass is in…
Browse files Browse the repository at this point in the history
…voked last
  • Loading branch information
jeanouii authored and manovotn committed Feb 13, 2023
1 parent 0cf157e commit 0a7e039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
@SuppressWarnings("serial")
@Destructive
@Interceptor
@Priority(Interceptor.Priority.APPLICATION)
@Priority(Interceptor.Priority.APPLICATION + 200)
public class DestructionInterceptor extends SuperDestructionInterceptor implements Serializable {

@PreDestroy
Expand Down

0 comments on commit 0a7e039

Please sign in to comment.