[
http://jira.jboss.com/jira/browse/JBAOP-309?page=comments#action_12351660 ]
Kabir Khan commented on JBAOP-309:
----------------------------------
I think this will require a rewrite of the pointcut language, we will probably need to
introduce an ASTAnnotation
The notation will be a bit weird, it will need to be something like:
execution(* @Annotation[@[intVal=10, strVal="Hello"]]->*(..))
This is so that the annotation value open/close does not get confused with the parameters
open/close, e.g (using the "obvious" brackets):
execution(* *->@Annotation(intVal=10, strVal="Hello")(..))
execution(* *->@Annotation(..))
Investigate pointcut matching on annotation attributes
------------------------------------------------------
Key: JBAOP-309
URL:
http://jira.jboss.com/jira/browse/JBAOP-309
Project: JBoss AOP
Issue Type: Task
Security Level: Public(Everyone can see)
Reporter: Kabir Khan
Assigned To: Kabir Khan
Fix For: 2.0.0.alpha3
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira