How to define interceptors using annotations in Struts2
I’m trying to use the struts2-convention-plugin which provides java annotations to define Struts2 components. With Actions so far so good but how can iI use annotations to define interceptors ? (I’m …