# Interceptor Class Priority Bindings Interception Types
1. io.quarkus.narayana.jta.runtime.interceptor.TransactionalInterceptorRequired 200 @Transactional(value = REQUIRED)
  • @AroundInvoke TransactionalInterceptorRequired#intercept()
2. io.quarkus.security.runtime.interceptor.RolesAllowedInterceptor 1000 @RolesAllowed(value = [""])
  • @AroundInvoke RolesAllowedInterceptor#intercept()