Hello every body,
my methods are decorated with an annotation with parameter
My Pointcut/Before are:Code:@Validation(name="special")
I want to define an Pointcut with the Annotation and with special Parameter. I dont want to use the args-Argument and use the argument in the method.Code:@Before("@annotation(de.xxx.xxx.Validation ()")
Can you help me oder give me an Advice?


Reply With Quote
