[jboss-jira] [JBoss JIRA] Created: (JBAOP-276) Construct to only match classes within a package

Kabir Khan (JIRA) jira-events at jboss.com
Wed Jul 19 07:32:11 EDT 2006


Construct to only match classes within a package
------------------------------------------------

                 Key: JBAOP-276
                 URL: http://jira.jboss.com/jira/browse/JBAOP-276
             Project: JBoss AOP
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Kabir Khan
         Assigned To: Kabir Khan
             Fix For: 2.0


field(* org.jboss.*->i) matches both

org.jboss.Foo.i and org.jboss.sub.sub.sub.Bar.i

Should be able to narrow this down to just the package,

e.g.

field(* $package{org.jboss}->i) matches onlyu org.jboss.Foo.i and org.jboss.Bar.i



-- 
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

        



More information about the jboss-jira mailing list