@Track annotation that can be used to automatically track a component or 
service method invocation using the OperationTracker
-----------------------------------------------------------------------------------------------------------------------------

                 Key: TAP5-1168
                 URL: https://issues.apache.org/jira/browse/TAP5-1168
             Project: Tapestry 5
          Issue Type: New Feature
          Components: tapestry-core, tapestry-ioc
    Affects Versions: 5.2.0
            Reporter: Howard M. Lewis Ship
            Priority: Minor


Much like @Log, it would be nice to automatically integrate the 
OperationTracker into method calls.

i.e.

@Track("update login form")
Object onActionFromLogin() { ... }

I think @Track with a blank vlaue would identify the fully qualified method 
name.  Otherwise, the value attribute would be used with String.format() and an 
array of the method parameters.

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

Reply via email to