Ah, I see what you mean. I was looking at the EJB3 example.
@Target(TYPE)
@Retention(RUNTIME)
@Interceptors(LoggedInInterceptor.class)
public @interface LoggedIn {}
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127622#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...