Add package level to regex in @Match annotation for service decorators
----------------------------------------------------------------------

                 Key: TAPESTRY-1875
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1875
             Project: Tapestry
          Issue Type: New Feature
          Components: tapestry-ioc
    Affects Versions: 5.0.7
            Reporter: Paul Cooley


Instead of simply matching on the name, there are cases where a specific 
decorator need only match certain package level services.  For instance, to 
create a mandatory decoration for all of my company's services where the 
package name begins with "com.coname", the @Match("com.coname.*") should then 
be added for every service interface that bears that package name.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to