I am sorry, if the question is a repeated one. I am facing problem to get the declared method in my action class. Below is is my code.
String actionMethod = invocation.getProxy().getMethod(); Method method = invocation.getAction().getClass()*.getDeclaredMethod(XXXXXXXX); // Here is my problem.* Annotation[] annotations = method.getDeclaredAnnotations(); Is there a way, I can get directly all declared annotations of my invoked action method ? Thanks, Sudhir -- View this message in context: http://struts.1045723.n5.nabble.com/Get-Declared-Annotations-in-Inteceptor-tp5709840.html Sent from the Struts - Dev mailing list archive at Nabble.com.