I\'m using Java EE 6 & Jboss AS7.1 and try to use interceptor binding (Example from jboss site).
I have an InterceptorBinding annotation:
@Interc
You can use any priority value = Priority.Application is 2000 by default.
For example =
@Interceptor
@Loggable
@Priority(100)
public class FileLogger {}
Priority type:
You manage primary loading for interceptors.